summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-omap3
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2009-10-13 12:47:24 -0400
committerTom Rix <Tom.Rix@windriver.com>2009-10-18 16:52:53 -0500
commit73db0c71da365a2d101878ae3aeb8ff3545a1828 (patch)
tree3a200946a9e6fb5ed5ef9a6a3220800eae92409d /include/asm-arm/arch-omap3
parent96a27c6dc29abf11740632ecd8ccab607b209c5d (diff)
OMAP3: export enable_gpmc_cs_config to board files
Export enable_gpmc_cs_config into common header to prevent warning: warning: implicit declaration of function 'enable_gpmc_cs_config' Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'include/asm-arm/arch-omap3')
-rw-r--r--include/asm-arm/arch-omap3/sys_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-arm/arch-omap3/sys_proto.h b/include/asm-arm/arch-omap3/sys_proto.h
index 2246f801e..e59021eb5 100644
--- a/include/asm-arm/arch-omap3/sys_proto.h
+++ b/include/asm-arm/arch-omap3/sys_proto.h
@@ -34,6 +34,8 @@ void memif_init(void);
void sdrc_init(void);
void do_sdrc_init(u32, u32);
void gpmc_init(void);
+void enable_gpmc_cs_config(u32 *gpmc_config, struct gpmc_cs *cs, u32 base,
+ u32 size);
void watchdog_init(void);
void set_muxconf_regs(void);