summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-omap
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2006-12-12 23:02:43 -0800
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-09 10:37:25 +0100
commit39b8e6986739c34da4e45eb4b8d2bb707292c591 (patch)
treeb5e93fcda9155556a802f35ebe72d15806304c94 /include/asm-arm/arch-omap
parent340a614ac6766df18cba87ff7e66182193c2bd6d (diff)
downloadop-kernel-dev-39b8e6986739c34da4e45eb4b8d2bb707292c591.zip
op-kernel-dev-39b8e6986739c34da4e45eb4b8d2bb707292c591.tar.gz
ARM: OMAP: Fix gpmc header
Fix gpmc header Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-omap')
-rw-r--r--include/asm-arm/arch-omap/gpmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-omap/gpmc.h b/include/asm-arm/arch-omap/gpmc.h
index fa33149..995cc83 100644
--- a/include/asm-arm/arch-omap/gpmc.h
+++ b/include/asm-arm/arch-omap/gpmc.h
@@ -87,7 +87,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
OpenPOWER on IntegriCloud