ARM: OMAP: Include missing header

Include missing header for do_div()

Signed-off-by: Tony Lindgren <tony@atomide.com>

+1
+1
arch/arm/mach-omap2/clock.c
··· 27 27 28 28 #include <asm/arch/clock.h> 29 29 #include <asm/arch/sram.h> 30 + #include <asm/div64.h> 30 31 31 32 #include "prcm-regs.h" 32 33 #include "memory.h"