-
- Downloads
[PATCH] include/asm-h8300/: "extern inline" -> "static inline"
"extern inline" generates a warning with -Wmissing-prototypes and I'm currently working on getting the kernel cleaned up for adding this to the CFLAGS since it will help us to avoid a nasty class of runtime errors. If there are places that really need a forced inline, __always_inline would be the correct solution. Signed-off-by:Adrian Bunk <bunk@stusta.de> Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- include/asm-h8300/delay.h 2 additions, 2 deletionsinclude/asm-h8300/delay.h
- include/asm-h8300/mmu_context.h 2 additions, 2 deletionsinclude/asm-h8300/mmu_context.h
- include/asm-h8300/pci.h 2 additions, 2 deletionsinclude/asm-h8300/pci.h
- include/asm-h8300/tlbflush.h 2 additions, 2 deletionsinclude/asm-h8300/tlbflush.h
Loading
Please register or sign in to comment