diff options
author | Tony Lindgren <tony@atomide.com> | 2006-12-13 08:02:43 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2007-03-07 10:17:46 +0100 |
commit | 766314867ba908133b8e1338bb2cc39577df3611 (patch) | |
tree | a3004b8825301473d91308b0072c5bee69d82207 /arch/arm/mach-omap2 | |
parent | Linux 2.6.21-rc3 (diff) | |
download | linux-766314867ba908133b8e1338bb2cc39577df3611.tar.xz linux-766314867ba908133b8e1338bb2cc39577df3611.zip |
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')
-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 @@ #include <asm/arch/clock.h> #include <asm/arch/sram.h> +#include <asm/div64.h> #include "prcm-regs.h" #include "memory.h" |