summaryrefslogtreecommitdiff
path: root/drivers/regulator/twl-regulator.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-17 11:11:58 +0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-01-17 11:11:58 +0400
commit3051019409d99084f3b8f090b75d969adcc882e7 (patch)
tree55f653aa97f34893611bde009a754a4500651a03 /drivers/regulator/twl-regulator.c
parentd1c3ed669a2d452cacfb48c2d171a1f364dae2ed (diff)
parente3d5b2f5707b623c9bb5dbff1a02c8b0d48a44b4 (diff)
downloadlinux-3051019409d99084f3b8f090b75d969adcc882e7.tar.xz
Merge tag 'regulator-3.8-rc3' into regulator-s5m8767
regulator: Fixes for 3.8 A few fixes for the regulator subsystems, a few driver specific things plus a fix for the interaction between regultor_can_change_voltage() and continuous voltage ranges both of which were added for this release.
Diffstat (limited to 'drivers/regulator/twl-regulator.c')
-rw-r--r--drivers/regulator/twl-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c
index 493c8c6a241f..74508cc62d67 100644
--- a/drivers/regulator/twl-regulator.c
+++ b/drivers/regulator/twl-regulator.c
@@ -1064,7 +1064,7 @@ static u8 twl_get_smps_mult(void)
#define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label)
#define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label)
-static const struct of_device_id twl_of_match[] __devinitconst = {
+static const struct of_device_id twl_of_match[] = {
TWL4030_OF_MATCH("ti,twl4030-vaux1", VAUX1),
TWL4030_OF_MATCH("ti,twl4030-vaux2", VAUX2_4030),
TWL4030_OF_MATCH("ti,twl5030-vaux2", VAUX2),