diff options
Diffstat (limited to 'arch/arm/mach-pxa/magician.c')
-rw-r--r-- | arch/arm/mach-pxa/magician.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c index 8de0651d7efb..2db697cd2b4e 100644 --- a/arch/arm/mach-pxa/magician.c +++ b/arch/arm/mach-pxa/magician.c | |||
@@ -579,12 +579,8 @@ static struct platform_device power_supply = { | |||
579 | */ | 579 | */ |
580 | 580 | ||
581 | static struct regulator_consumer_supply bq24022_consumers[] = { | 581 | static struct regulator_consumer_supply bq24022_consumers[] = { |
582 | { | 582 | REGULATOR_SUPPLY("vbus_draw", NULL), |
583 | .supply = "vbus_draw", | 583 | REGULATOR_SUPPLY("ac_draw", NULL), |
584 | }, | ||
585 | { | ||
586 | .supply = "ac_draw", | ||
587 | }, | ||
588 | }; | 584 | }; |
589 | 585 | ||
590 | static struct regulator_init_data bq24022_init_data = { | 586 | static struct regulator_init_data bq24022_init_data = { |