diff options
Diffstat (limited to 'arch/arm/mach-pxa/vpac270.c')
-rw-r--r-- | arch/arm/mach-pxa/vpac270.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/vpac270.c b/arch/arm/mach-pxa/vpac270.c index c57ab636ea9c..e1740acd15f1 100644 --- a/arch/arm/mach-pxa/vpac270.c +++ b/arch/arm/mach-pxa/vpac270.c | |||
@@ -640,9 +640,7 @@ static inline void vpac270_ide_init(void) {} | |||
640 | #if defined(CONFIG_REGULATOR_MAX1586) || \ | 640 | #if defined(CONFIG_REGULATOR_MAX1586) || \ |
641 | defined(CONFIG_REGULATOR_MAX1586_MODULE) | 641 | defined(CONFIG_REGULATOR_MAX1586_MODULE) |
642 | static struct regulator_consumer_supply vpac270_max1587a_consumers[] = { | 642 | static struct regulator_consumer_supply vpac270_max1587a_consumers[] = { |
643 | { | 643 | REGULATOR_SUPPLY("vcc_core", NULL), |
644 | .supply = "vcc_core", | ||
645 | } | ||
646 | }; | 644 | }; |
647 | 645 | ||
648 | static struct regulator_init_data vpac270_max1587a_v3_info = { | 646 | static struct regulator_init_data vpac270_max1587a_v3_info = { |