Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[MIPS] "extern inline" -> "static inline"

"extern inline" will have different semantics with gcc 4.3, and
"static inline" is correct here.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Adrian Bunk and committed by
Ralf Baechle
9797cae3 e48ce6b8

+1 -1
+1 -1
include/asm-mips/processor.h
··· 237 237 238 238 #define ARCH_HAS_PREFETCH 239 239 240 - extern inline void prefetch(const void *addr) 240 + static inline void prefetch(const void *addr) 241 241 { 242 242 __asm__ __volatile__( 243 243 " .set mips4 \n"