From: Axel Lin Date: Fri, 6 Jul 2012 11:15:27 +0000 (+0800) Subject: regulator: aat2870: Remove unused min_uV and max_uV from struct aat2870_regulator X-Git-Tag: firefly_0821_release~3680^2~2413^2^2~14 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=257ee3c6dde02c2c93334f802a8fc34825c75369;p=firefly-linux-kernel-4.4.55.git regulator: aat2870: Remove unused min_uV and max_uV from struct aat2870_regulator Both min_uV and max_uV are not used in the code, remove them. Signed-off-by: Axel Lin Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/aat2870-regulator.c b/drivers/regulator/aat2870-regulator.c index 6644e83076b4..6f45bfd22e83 100644 --- a/drivers/regulator/aat2870-regulator.c +++ b/drivers/regulator/aat2870-regulator.c @@ -33,9 +33,6 @@ struct aat2870_regulator { struct aat2870_data *aat2870; struct regulator_desc desc; - int min_uV; - int max_uV; - u8 enable_addr; u8 enable_shift; u8 enable_mask; @@ -127,8 +124,6 @@ static const unsigned int aat2870_ldo_voltages[] = { .type = REGULATOR_VOLTAGE, \ .owner = THIS_MODULE, \ }, \ - .min_uV = 1200000, \ - .max_uV = 3300000, \ } static struct aat2870_regulator aat2870_regulators[] = {