commit | 4cfbdfff70989a0d99b6f357fbbe379c22a05f7c | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Fri Dec 01 12:53:18 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Dec 04 20:41:26 2006 +1100 |
tree | d1a547c3c82462cbc75d6eac827261607b33ae69 | |
parent | 28f9ec349ae47c91768b7bc5607db4442c818e11 [diff] |
[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 <bunk@stusta.de> Signed-off-by: Paul Mackerras <paulus@samba.org>