aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-mips/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/processor.h b/include/asm-mips/processor.h
index 5f80ba71ab92..3a466dc7b7db 100644
--- a/include/asm-mips/processor.h
+++ b/include/asm-mips/processor.h
@@ -237,7 +237,7 @@ unsigned long get_wchan(struct task_struct *p);
237 237
238#define ARCH_HAS_PREFETCH 238#define ARCH_HAS_PREFETCH
239 239
240extern inline void prefetch(const void *addr) 240static inline void prefetch(const void *addr)
241{ 241{
242 __asm__ __volatile__( 242 __asm__ __volatile__(
243 " .set mips4 \n" 243 " .set mips4 \n"