From: Adrian Bunk Date: Thu, 7 Dec 2006 04:40:21 +0000 (-0800) Subject: [PATCH] include/asm-cris/: "extern inline" -> "static inline" X-Git-Tag: v2.6.20-rc1~145^2^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb8cc641653d785e3f3b8d3b0182a69edf825802;p=pandora-kernel.git [PATCH] include/asm-cris/: "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 Acked-by: Mikael Starvik Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed