From e3bf887d73309808d47c74f2f024d2497c8f7048 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 28 Aug 2009 12:29:58 +0100 Subject: [PATCH] MIPS: Fix potencial build error in will break if HZ isn't defined. In 2.6.26 and later we're usually lucky ... Signed-off-by: Ralf Baechle --- arch/mips/include/asm/delay.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/include/asm/delay.h b/arch/mips/include/asm/delay.h index d2d8949..e7cd782 100644 --- a/arch/mips/include/asm/delay.h +++ b/arch/mips/include/asm/delay.h @@ -11,6 +11,8 @@ #ifndef _ASM_DELAY_H #define _ASM_DELAY_H +#include + extern void __delay(unsigned int loops); extern void __ndelay(unsigned int ns); extern void __udelay(unsigned int us); -- 2.7.4