Explorar o código

[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>
Adrian Bunk %!s(int64=18) %!d(string=hai) anos
pai
achega
9797cae3bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/asm-mips/processor.h

+ 1 - 1
include/asm-mips/processor.h

@@ -237,7 +237,7 @@ unsigned long get_wchan(struct task_struct *p);
 
 #define ARCH_HAS_PREFETCH
 
-extern inline void prefetch(const void *addr)
+static inline void prefetch(const void *addr)
 {
 	__asm__ __volatile__(
 	"	.set	mips4		\n"