projects
/
linux-2.6-omap-h63xx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51565c1
)
ARM: OMAP: Fix gpmc header
author
Tony Lindgren
<tony@atomide.com>
Wed, 13 Dec 2006 07:02:43 +0000
(23:02 -0800)
committer
Tony Lindgren
<tony@atomide.com>
Wed, 7 Mar 2007 09:18:16 +0000
(
01:18
-0800)
Fix gpmc header
Signed-off-by: Tony Lindgren <tony@atomide.com>
include/asm-arm/arch-omap/gpmc.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-omap/gpmc.h
b/include/asm-arm/arch-omap/gpmc.h
index c49b2622f68053514c8e837d1800b84632bb34f2..434672df702f380ac74b7117e8c5be2aa75279a5 100644
(file)
--- a/
include/asm-arm/arch-omap/gpmc.h
+++ b/
include/asm-arm/arch-omap/gpmc.h
@@
-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