Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=766314867ba908133b8e1338bb2cc39577df3611
Commit:     766314867ba908133b8e1338bb2cc39577df3611
Parent:     08e15e81a40e3241ce93b4a43886f3abda184aa6
Author:     Tony Lindgren <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 12 23:02:43 2006 -0800
Committer:  Tony Lindgren <[EMAIL PROTECTED]>
CommitDate: Wed Mar 7 01:17:46 2007 -0800

    ARM: OMAP: Include missing header
    
    Include missing header for do_div()
    
    Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]>
---
 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 0de201c..5170481 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"
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to