diff options
Diffstat (limited to 'arch/arm/mach-pxa/balloon3.c')
-rw-r--r-- | arch/arm/mach-pxa/balloon3.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/balloon3.c b/arch/arm/mach-pxa/balloon3.c index c35456f02acb..56e8cebeb7d5 100644 --- a/arch/arm/mach-pxa/balloon3.c +++ b/arch/arm/mach-pxa/balloon3.c | |||
@@ -732,9 +732,7 @@ static inline void balloon3_nand_init(void) {} | |||
732 | #if defined(CONFIG_REGULATOR_MAX1586) || \ | 732 | #if defined(CONFIG_REGULATOR_MAX1586) || \ |
733 | defined(CONFIG_REGULATOR_MAX1586_MODULE) | 733 | defined(CONFIG_REGULATOR_MAX1586_MODULE) |
734 | static struct regulator_consumer_supply balloon3_max1587a_consumers[] = { | 734 | static struct regulator_consumer_supply balloon3_max1587a_consumers[] = { |
735 | { | 735 | REGULATOR_SUPPLY("vcc_core", NULL), |
736 | .supply = "vcc_core", | ||
737 | } | ||
738 | }; | 736 | }; |
739 | 737 | ||
740 | static struct regulator_init_data balloon3_max1587a_v3_info = { | 738 | static struct regulator_init_data balloon3_max1587a_v3_info = { |