From: Nishanth Menon Date: Tue, 13 Oct 2009 16:47:24 +0000 (-0400) Subject: OMAP3: export enable_gpmc_cs_config to board files X-Git-Tag: v2009.11-rc1~12^2^2~9 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=73db0c71da365a2d101878ae3aeb8ff3545a1828;p=u-boot 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 --- diff --git a/include/asm-arm/arch-omap3/sys_proto.h b/include/asm-arm/arch-omap3/sys_proto.h index 2246f801e5..e59021eb51 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);