diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-05-08 04:25:10 -0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-05-13 21:30:04 -0400 |
commit | 0bf189abc52b89bfcfa9782543de7f5e90263fe5 (patch) | |
tree | a64266cb44abab200f27c529b78ff618bfa3daa9 /arch/arm/mach-pxa/cm-x300.c | |
parent | 36be50515fe2aef61533b516fa2576a2c7fe7664 (diff) |
ARM: pxa: Use REGULATOR_SUPPLY macro
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Eric Miao <eric.y.miao@gmail.com>
Tested-by: Paul Parsons <lost.distance@yahoo.com>
Acked-by: Philipp Zabel <philipp.zabel@gmail.com>
Acked-by: Robert Jarzmik <robert.jarzmik@free.fr>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
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 313274016277..3e4e9fe2d462 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 = { |