diff options
Diffstat (limited to 'arch/arm/mach-pxa/palm27x.c')
-rw-r--r-- | arch/arm/mach-pxa/palm27x.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/palm27x.c b/arch/arm/mach-pxa/palm27x.c index fbc10d7b95d1..dad71cfa34c8 100644 --- a/arch/arm/mach-pxa/palm27x.c +++ b/arch/arm/mach-pxa/palm27x.c | |||
@@ -429,9 +429,7 @@ void __init palm27x_power_init(int ac, int usb) | |||
429 | #if defined(CONFIG_REGULATOR_MAX1586) || \ | 429 | #if defined(CONFIG_REGULATOR_MAX1586) || \ |
430 | defined(CONFIG_REGULATOR_MAX1586_MODULE) | 430 | defined(CONFIG_REGULATOR_MAX1586_MODULE) |
431 | static struct regulator_consumer_supply palm27x_max1587a_consumers[] = { | 431 | static struct regulator_consumer_supply palm27x_max1587a_consumers[] = { |
432 | { | 432 | REGULATOR_SUPPLY("vcc_core", NULL), |
433 | .supply = "vcc_core", | ||
434 | } | ||
435 | }; | 433 | }; |
436 | 434 | ||
437 | static struct regulator_init_data palm27x_max1587a_v3_info = { | 435 | static struct regulator_init_data palm27x_max1587a_v3_info = { |