aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-pxa/hx4700.c2
-rw-r--r--arch/arm/mach-pxa/magician.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c
index 208eef1c0485..d8c01e9b4edc 100644
--- a/arch/arm/mach-pxa/hx4700.c
+++ b/arch/arm/mach-pxa/hx4700.c
@@ -664,11 +664,9 @@ static struct platform_device power_supply = {
664 664
665static struct regulator_consumer_supply bq24022_consumers[] = { 665static struct regulator_consumer_supply bq24022_consumers[] = {
666 { 666 {
667 .dev = &gpio_vbus.dev,
668 .supply = "vbus_draw", 667 .supply = "vbus_draw",
669 }, 668 },
670 { 669 {
671 .dev = &power_supply.dev,
672 .supply = "ac_draw", 670 .supply = "ac_draw",
673 }, 671 },
674}; 672};
diff --git a/arch/arm/mach-pxa/magician.c b/arch/arm/mach-pxa/magician.c
index 3d6baf91396c..bd0f86af5a33 100644
--- a/arch/arm/mach-pxa/magician.c
+++ b/arch/arm/mach-pxa/magician.c
@@ -578,11 +578,9 @@ static struct platform_device power_supply = {
578 578
579static struct regulator_consumer_supply bq24022_consumers[] = { 579static struct regulator_consumer_supply bq24022_consumers[] = {
580 { 580 {
581 .dev = &gpio_vbus.dev,
582 .supply = "vbus_draw", 581 .supply = "vbus_draw",
583 }, 582 },
584 { 583 {
585 .dev = &power_supply.dev,
586 .supply = "ac_draw", 584 .supply = "ac_draw",
587 }, 585 },
588}; 586};