From: Adrian Bunk Date: Fri, 1 Dec 2006 11:53:18 +0000 (+0100) Subject: [POWERPC] include/asm-powerpc/: "extern inline" -> "static inline" X-Git-Tag: v2.6.20-rc1~34^2~40^2~8^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cfbdfff70989a0d99b6f357fbbe379c22a05f7c;p=pandora-kernel.git [POWERPC] include/asm-powerpc/: "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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed