projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96a27c6
)
OMAP3: export enable_gpmc_cs_config to board files
author
Nishanth Menon
<nm@ti.com>
Tue, 13 Oct 2009 16:47:24 +0000
(12:47 -0400)
committer
Tom Rix
<Tom.Rix@windriver.com>
Sun, 18 Oct 2009 21:52:53 +0000
(16:52 -0500)
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>
include/asm-arm/arch-omap3/sys_proto.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-omap3/sys_proto.h
b/include/asm-arm/arch-omap3/sys_proto.h
index 2246f801e5f74116070c8738745b7f873e947325..e59021eb51e5556cb590a9e3b0f2969694c245c2 100644
(file)
--- 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);