diff options
author | Olof Johansson <olof@lixom.net> | 2012-05-19 10:46:36 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2012-05-19 10:46:36 +0400 |
commit | 48a5765e5104f1afd22c75c5030af3a6cf24b4c3 (patch) | |
tree | ec2668d208146182d5ec6f5eba5d1a7266e10715 /arch/arm/mach-pxa/z2.c | |
parent | 0e6ce5f168e3b600b88d7e1a08c5b85cbceec6cb (diff) | |
parent | b2596c682814b39f0dd16e19e3be8fc8581643bd (diff) | |
download | linux-48a5765e5104f1afd22c75c5030af3a6cf24b4c3.tar.xz |
Merge branch 'board-specific' of git://github.com/hzhuang1/linux into next/boards
* 'board-specific' of git://github.com/hzhuang1/linux:
ARM: pxa: hx4700: Add Synaptics NavPoint touchpad
ARM: pxa: Use REGULATOR_SUPPLY macro
Diffstat (limited to 'arch/arm/mach-pxa/z2.c')
-rw-r--r-- | arch/arm/mach-pxa/z2.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/z2.c b/arch/arm/mach-pxa/z2.c index fa8619970841..b9320cb8a11f 100644 --- a/arch/arm/mach-pxa/z2.c +++ b/arch/arm/mach-pxa/z2.c @@ -615,9 +615,7 @@ static inline void z2_spi_init(void) {} #if defined(CONFIG_REGULATOR_TPS65023) || \ defined(CONFIG_REGULATOR_TPS65023_MODULE) static struct regulator_consumer_supply z2_tps65021_consumers[] = { - { - .supply = "vcc_core", - } + REGULATOR_SUPPLY("vcc_core", NULL), }; static struct regulator_init_data z2_tps65021_info[] = { |