aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/regulator/twl-regulator.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c
index c9242988d010..cb872bfd3442 100644
--- a/drivers/regulator/twl-regulator.c
+++ b/drivers/regulator/twl-regulator.c
@@ -934,19 +934,6 @@ static const struct twlreg_info TWLFIXED_INFO_##label = { \
934 }, \ 934 }, \
935 } 935 }
936 936
937#define TWL6030_FIXED_RESOURCE(label, offset, turnon_delay) \
938static struct twlreg_info TWLRES_INFO_##label = { \
939 .base = offset, \
940 .desc = { \
941 .name = #label, \
942 .id = TWL6030_REG_##label, \
943 .ops = &twl6030_fixed_resource, \
944 .type = REGULATOR_VOLTAGE, \
945 .owner = THIS_MODULE, \
946 .enable_time = turnon_delay, \
947 }, \
948 }
949
950#define TWL6025_ADJUSTABLE_SMPS(label, offset) \ 937#define TWL6025_ADJUSTABLE_SMPS(label, offset) \
951static const struct twlreg_info TWLSMPS_INFO_##label = { \ 938static const struct twlreg_info TWLSMPS_INFO_##label = { \
952 .base = offset, \ 939 .base = offset, \