From: Ralf Baechle Date: Mon, 18 Apr 2005 10:40:09 +0000 (+0000) Subject: Need to include smp.h for the definition of smp_processor_id(). X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=88de09f351e0b38a0991f4abd4ff6691b565d2ef;p=mv-sheeva.git Need to include smp.h for the definition of smp_processor_id(). Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/delay.h b/include/asm-mips/delay.h index e906382576e..85435a8d4e5 100644 --- a/include/asm-mips/delay.h +++ b/include/asm-mips/delay.h @@ -12,7 +12,7 @@ #include #include - +#include #include static inline void __delay(unsigned long loops)