diff options
author | Jeroen Hofstee <jeroen@myspectrum.nl> | 2014-06-22 23:10:39 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-08-29 15:50:43 -0400 |
commit | 8863aa5c984460ce1112d8db895cbf8b13a6ac9d (patch) | |
tree | b03ae22a23b388bee479f06521ed76dfc34ed3e7 /drivers | |
parent | 6defdc0b5552ab1af4a66a8abac8196cbb6b9e15 (diff) | |
download | u-boot-imx-8863aa5c984460ce1112d8db895cbf8b13a6ac9d.zip u-boot-imx-8863aa5c984460ce1112d8db895cbf8b13a6ac9d.tar.gz u-boot-imx-8863aa5c984460ce1112d8db895cbf8b13a6ac9d.tar.bz2 |
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>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions