diff options
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/board-igep0030.c | 4 |
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 = { | |||
103 | }, | 103 | }, |
104 | }; | 104 | }; |
105 | 105 | ||
106 | void __init igep3_flash_init(void) | 106 | static void __init igep3_flash_init(void) |
107 | { | 107 | { |
108 | u8 cs = 0; | 108 | u8 cs = 0; |
109 | u8 onenandcs = GPMC_CS_NUM + 1; | 109 | u8 onenandcs = GPMC_CS_NUM + 1; |
@@ -137,7 +137,7 @@ void __init igep3_flash_init(void) | |||
137 | } | 137 | } |
138 | 138 | ||
139 | #else | 139 | #else |
140 | void __init igep3_flash_init(void) {} | 140 | static void __init igep3_flash_init(void) {} |
141 | #endif | 141 | #endif |
142 | 142 | ||
143 | static struct regulator_consumer_supply igep3_vmmc1_supply = { | 143 | static struct regulator_consumer_supply igep3_vmmc1_supply = { |