diff options
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index 661eb662d051..b7447a92276e 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -209,7 +209,7 @@ static struct platform_device smdk6410_smsc911x = { | |||
209 | }; | 209 | }; |
210 | 210 | ||
211 | #ifdef CONFIG_REGULATOR | 211 | #ifdef CONFIG_REGULATOR |
212 | static struct regulator_consumer_supply smdk6410_b_pwr_5v_consumers[] __initdata = { | 212 | static struct regulator_consumer_supply smdk6410_b_pwr_5v_consumers[] = { |
213 | REGULATOR_SUPPLY("PVDD", "0-001b"), | 213 | REGULATOR_SUPPLY("PVDD", "0-001b"), |
214 | REGULATOR_SUPPLY("AVDD", "0-001b"), | 214 | REGULATOR_SUPPLY("AVDD", "0-001b"), |
215 | }; | 215 | }; |