]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP: Add missing header, fix gpmc header
authorTony Lindgren <tony@atomide.com>
Wed, 13 Dec 2006 07:02:43 +0000 (23:02 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 27 Feb 2007 10:54:25 +0000 (02:54 -0800)
Add missing header, fix gpmc header

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/clock.c
include/asm-arm/arch-omap/gpmc.h

index c48c0ac0a2970156c25331fbb51b05f2df03d68b..03065074f8084373852a8e1faff97b2b363656ee 100644 (file)
@@ -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"
index c49b2622f68053514c8e837d1800b84632bb34f2..434672df702f380ac74b7117e8c5be2aa75279a5 100644 (file)
@@ -88,7 +88,7 @@ extern int gpmc_cs_calc_divider(int cs, unsigned int sync_clk);
 extern int gpmc_cs_set_timings(int cs, const struct gpmc_timings *t);
 extern int gpmc_cs_request(int cs, unsigned long size, unsigned long *base);
 extern void gpmc_cs_free(int cs);
-extern void gpmc_cs_set_reserved(int cs, int reserved);
+extern int gpmc_cs_set_reserved(int cs, int reserved);
 extern int gpmc_cs_reserved(int cs);
 
 #endif