summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-igep0030.c
diff options
context:
space:
mode:
authorNishanth Menon2011-01-07 04:49:29 +0100
committerTony Lindgren2011-01-07 04:58:28 +0100
commit2393608aede2380afc3fa8815197363f01f328ad (patch)
treec6b15911ceb5354c498d35847bdb6205a19ef7c9 /arch/arm/mach-omap2/board-igep0030.c
parentomap3: zoom: use static for pointer passing (diff)
downloadkernel-qcow2-linux-2393608aede2380afc3fa8815197363f01f328ad.tar.gz
kernel-qcow2-linux-2393608aede2380afc3fa8815197363f01f328ad.tar.xz
kernel-qcow2-linux-2393608aede2380afc3fa8815197363f01f328ad.zip
omap3: igep3: make igep3_flash_init static
igep3_flash_init is not used beyond the scope of the file, make it static instead. Fixes sparse warning: arch/arm/mach-omap2/board-igep0030.c:106:13: warning: symbol 'igep3_flash_init' was not declared. Should it be static? Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-igep0030.c')
-rw-r--r--arch/arm/mach-omap2/board-igep0030.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-igep0030.c b/arch/arm/mach-omap2/board-igep0030.c
index bcccd68f1856..c88e8f7f28ee 100644
--- a/arch/arm/mach-omap2/board-igep0030.c
+++ b/arch/arm/mach-omap2/board-igep0030.c
@@ -103,7 +103,7 @@ static struct platform_device igep3_onenand_device = {
},
};
-void __init igep3_flash_init(void)
+static void __init igep3_flash_init(void)
{
u8 cs = 0;
u8 onenandcs = GPMC_CS_NUM + 1;
@@ -137,7 +137,7 @@ void __init igep3_flash_init(void)
}
#else
-void __init igep3_flash_init(void) {}
+static void __init igep3_flash_init(void) {}
#endif
static struct regulator_consumer_supply igep3_vmmc1_supply = {