[POWERPC] include/asm-powerpc/: "extern inline" -> "static inline"
authorAdrian Bunk <bunk@stusta.de>
Fri, 1 Dec 2006 11:53:18 +0000 (12:53 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 4 Dec 2006 09:41:26 +0000 (20:41 +1100)
"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>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found