Home
last modified time | relevance | path

Searched hist:"8863 aa5c984460ce1112d8db895cbf8b13a6ac9d" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dio.h8863aa5c984460ce1112d8db895cbf8b13a6ac9d Sun Jun 22 21:10:39 UTC 2014 Jeroen Hofstee <jeroen@myspectrum.nl> 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>