|
@@ -934,19 +934,6 @@ static const struct twlreg_info TWLFIXED_INFO_##label = { \
|
|
|
}, \
|
|
|
}
|
|
|
|
|
|
-#define TWL6030_FIXED_RESOURCE(label, offset, turnon_delay) \
|
|
|
-static struct twlreg_info TWLRES_INFO_##label = { \
|
|
|
- .base = offset, \
|
|
|
- .desc = { \
|
|
|
- .name = #label, \
|
|
|
- .id = TWL6030_REG_##label, \
|
|
|
- .ops = &twl6030_fixed_resource, \
|
|
|
- .type = REGULATOR_VOLTAGE, \
|
|
|
- .owner = THIS_MODULE, \
|
|
|
- .enable_time = turnon_delay, \
|
|
|
- }, \
|
|
|
- }
|
|
|
-
|
|
|
#define TWL6025_ADJUSTABLE_SMPS(label, offset) \
|
|
|
static const struct twlreg_info TWLSMPS_INFO_##label = { \
|
|
|
.base = offset, \
|