commit | 8863aa5c984460ce1112d8db895cbf8b13a6ac9d | [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 | 6defdc0b5552ab1af4a66a8abac8196cbb6b9e15 [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>