diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-04-18 06:40:09 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:08 -0400 |
commit | 88de09f351e0b38a0991f4abd4ff6691b565d2ef (patch) | |
tree | 93ade12f4c18047577f9208bbd2e46ab607851fd /include/asm-mips/delay.h | |
parent | cce812c99c2169f7d3157b6f7fd38cde9af9c6c6 (diff) |
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/asm-mips/delay.h')
-rw-r--r-- | include/asm-mips/delay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/delay.h b/include/asm-mips/delay.h index e906382576e6..85435a8d4e52 100644 --- a/include/asm-mips/delay.h +++ b/include/asm-mips/delay.h | |||
@@ -12,7 +12,7 @@ | |||
12 | 12 | ||
13 | #include <linux/config.h> | 13 | #include <linux/config.h> |
14 | #include <linux/param.h> | 14 | #include <linux/param.h> |
15 | 15 | #include <linux/smp.h> | |
16 | #include <asm/compiler.h> | 16 | #include <asm/compiler.h> |
17 | 17 | ||
18 | static inline void __delay(unsigned long loops) | 18 | static inline void __delay(unsigned long loops) |