diff options
Diffstat (limited to 'drivers/regulator/twl-regulator.c')
-rw-r--r-- | drivers/regulator/twl-regulator.c | 2 |
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) | |||
1064 | #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) | 1064 | #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) |
1065 | #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) | 1065 | #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) |
1066 | 1066 | ||
1067 | static const struct of_device_id twl_of_match[] __devinitconst = { | 1067 | static const struct of_device_id twl_of_match[] = { |
1068 | TWL4030_OF_MATCH("ti,twl4030-vaux1", VAUX1), | 1068 | TWL4030_OF_MATCH("ti,twl4030-vaux1", VAUX1), |
1069 | TWL4030_OF_MATCH("ti,twl4030-vaux2", VAUX2_4030), | 1069 | TWL4030_OF_MATCH("ti,twl4030-vaux2", VAUX2_4030), |
1070 | TWL4030_OF_MATCH("ti,twl5030-vaux2", VAUX2), | 1070 | TWL4030_OF_MATCH("ti,twl5030-vaux2", VAUX2), |