projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08e15e8
)
ARM: OMAP: Include missing header
author
Tony Lindgren
<tony@atomide.com>
Wed, 13 Dec 2006 07:02:43 +0000
(23:02 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 7 Mar 2007 09:17:46 +0000
(
01:17
-0800)
Include missing header for do_div()
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/clock.c
b/arch/arm/mach-omap2/clock.c
index 0de201c3d50b4a09d488109338d90a1df12597a9..5170481afeab935764226735f6958204ffa5894e 100644
(file)
--- 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"