commit | 34a7f9f4333c001630eaaefb36bfb54be157e28c | [log] [tgz] |
---|---|---|
author | Jeroen Hofstee <jeroen@myspectrum.nl> | Sun Jun 22 23:10:39 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Fri Aug 29 15:50:43 2014 -0400 |
tree | b03ae22a23b388bee479f06521ed76dfc34ed3e7 | |
parent | d59284f9eb86e568c9fac13c73023e1bbd550b41 [diff] |
ARM:asm:io.h use static inline When compiling u-boot with W=1 the extern inline void for read* is likely causing the most noise. gcc / clang will warn there is never a actual declaration for these functions. Instead of declaring these extern make them static inline so it is actually declared. cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>