Skip to content
Snippets Groups Projects
Commit 8863aa5c authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

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: default avatarJeroen Hofstee <jeroen@myspectrum.nl>
parent 6defdc0b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment