commit | 88de09f351e0b38a0991f4abd4ff6691b565d2ef | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Apr 18 10:40:09 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:31:08 2005 +0100 |
tree | 93ade12f4c18047577f9208bbd2e46ab607851fd | |
parent | cce812c99c2169f7d3157b6f7fd38cde9af9c6c6 [diff] |
Need to include smp.h for the definition of smp_processor_id(). Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/include/asm-mips/delay.h b/include/asm-mips/delay.h index e906382..85435a8 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)