From: Andrew Morton Fix build, due to Adrian. Cc: Adrian Bunk Cc: Evgeniy Polyakov Cc: Herbert Xu Cc: Ingo Molnar Cc: Martin Michlmayr Cc: Ralf Baechle Cc: Thomas Gleixner Signed-off-by: Andrew Morton --- include/linux/delay.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff -puN include/linux/delay.h~ndelay-switch-to-c-function-to-avoid-64-bit-division-fix include/linux/delay.h --- a/include/linux/delay.h~ndelay-switch-to-c-function-to-avoid-64-bit-division-fix +++ a/include/linux/delay.h @@ -9,10 +9,10 @@ #include -#include - extern unsigned long loops_per_jiffy; +#include + /* * Using udelay() for intervals greater than a few milliseconds can * risk overflow for high loops_per_jiffy (high bogomips) machines. The _