From: Felipe Balbi Date: Mon, 15 Feb 2010 18:03:33 +0000 (-0800) Subject: omap2/3/4: gpmc: avoid section definitions on headers X-Git-Tag: v2.6.34-rc1~230^2~82 X-Git-Url: https://bbs.cooldavid.org/git/?a=commitdiff_plain;h=2586ef0d1db6d606e5ceb7fbf97f34c8b402e90c;p=net-next-2.6.git omap2/3/4: gpmc: avoid section definitions on headers trivial patch, no functional changes. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/plat-omap/include/plat/gpmc.h b/arch/arm/plat-omap/include/plat/gpmc.h index e081338e0b2..3f3609aa277 100644 --- a/arch/arm/plat-omap/include/plat/gpmc.h +++ b/arch/arm/plat-omap/include/plat/gpmc.h @@ -110,6 +110,6 @@ extern void gpmc_prefetch_reset(void); extern int gpmc_prefetch_status(void); extern void omap3_gpmc_save_context(void); extern void omap3_gpmc_restore_context(void); -extern void __init gpmc_init(void); +extern void gpmc_init(void); #endif