diff options
Diffstat (limited to 'arch/arm/mach-pxa/cm-x300.c')
-rw-r--r-- | arch/arm/mach-pxa/cm-x300.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/cm-x300.c b/arch/arm/mach-pxa/cm-x300.c index 31327401627..3e4e9fe2d46 100644 --- a/arch/arm/mach-pxa/cm-x300.c +++ b/arch/arm/mach-pxa/cm-x300.c | |||
@@ -713,9 +713,7 @@ struct da9030_battery_info cm_x300_battery_info = { | |||
713 | }; | 713 | }; |
714 | 714 | ||
715 | static struct regulator_consumer_supply buck2_consumers[] = { | 715 | static struct regulator_consumer_supply buck2_consumers[] = { |
716 | { | 716 | REGULATOR_SUPPLY("vcc_core", NULL), |
717 | .supply = "vcc_core", | ||
718 | }, | ||
719 | }; | 717 | }; |
720 | 718 | ||
721 | static struct regulator_init_data buck2_data = { | 719 | static struct regulator_init_data buck2_data = { |