diff options
author | Tony Lindgren <tony@atomide.com> | 2006-12-13 02:02:43 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-03-07 04:17:46 -0500 |
commit | 766314867ba908133b8e1338bb2cc39577df3611 (patch) | |
tree | a3004b8825301473d91308b0072c5bee69d82207 /arch/arm/mach-omap2/clock.c | |
parent | 08e15e81a40e3241ce93b4a43886f3abda184aa6 (diff) |
ARM: OMAP: Include missing header
Include missing header for do_div()
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/clock.c')
-rw-r--r-- | arch/arm/mach-omap2/clock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c index 0de201c3d50b..5170481afeab 100644 --- a/arch/arm/mach-omap2/clock.c +++ b/arch/arm/mach-omap2/clock.c | |||
@@ -27,6 +27,7 @@ | |||
27 | 27 | ||
28 | #include <asm/arch/clock.h> | 28 | #include <asm/arch/clock.h> |
29 | #include <asm/arch/sram.h> | 29 | #include <asm/arch/sram.h> |
30 | #include <asm/div64.h> | ||
30 | 31 | ||
31 | #include "prcm-regs.h" | 32 | #include "prcm-regs.h" |
32 | #include "memory.h" | 33 | #include "memory.h" |