aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-04-18 10:40:09 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:31:08 +0100
commit88de09f351e0b38a0991f4abd4ff6691b565d2ef (patch)
tree93ade12f4c18047577f9208bbd2e46ab607851fd /include
parentcce812c99c2169f7d3157b6f7fd38cde9af9c6c6 (diff)
downloadlinux-88de09f351e0b38a0991f4abd4ff6691b565d2ef.tar.gz
Need to include smp.h for the definition of smp_processor_id().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/delay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/delay.h b/include/asm-mips/delay.h
index e906382576e67..85435a8d4e52d 100644
--- a/include/asm-mips/delay.h
+++ b/include/asm-mips/delay.h
@@ -12,7 +12,7 @@
#include <linux/config.h>
#include <linux/param.h>
-
+#include <linux/smp.h>
#include <asm/compiler.h>
static inline void __delay(unsigned long loops)