From: Mark Brown broonie@linaro.org
Signed-off-by: Mark Brown broonie@linaro.org --- drivers/regulator/tps6507x-regulator.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/regulator/tps6507x-regulator.c b/drivers/regulator/tps6507x-regulator.c index 97868b781b29..862cc81f822f 100644 --- a/drivers/regulator/tps6507x-regulator.c +++ b/drivers/regulator/tps6507x-regulator.c @@ -359,7 +359,6 @@ static struct regulator_ops tps6507x_pmic_ops = { .map_voltage = regulator_map_voltage_ascend, };
-#ifdef CONFIG_OF static struct of_regulator_match tps6507x_matches[] = { { .name = "VDCDC1"}, { .name = "VDCDC2"}, @@ -367,7 +366,6 @@ static struct of_regulator_match tps6507x_matches[] = { { .name = "LDO1"}, { .name = "LDO2"}, }; -#endif
static struct tps6507x_board *tps6507x_parse_dt_reg_data( struct platform_device *pdev,