Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d1924519 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

regulator: twl: Remove TWL6030_FIXED_RESOURCE



TWL6030_FIXED_RESOURCE is not used now, remove it.

TWL6030_FIXED_RESOURCE is not used since commit e76ab829
"regulator: twl: Remove references to the twl4030 regulator"

twl6030_fixed_resource is removed by commit 029dd3ce
"regulator: twl: Remove another unused variable warning".

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 4813dd0e
Loading
Loading
Loading
Loading
+0 −13
Original line number Original line Diff line number Diff line
@@ -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) \
#define TWL6025_ADJUSTABLE_SMPS(label, offset) \
static const struct twlreg_info TWLSMPS_INFO_##label = { \
static const struct twlreg_info TWLSMPS_INFO_##label = { \
	.base = offset, \
	.base = offset, \