Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

authored by

Axel Lin and committed by
Mark Brown
257ee3c6 4506c6d5

-5
-5
drivers/regulator/aat2870-regulator.c
··· 33 33 struct aat2870_data *aat2870; 34 34 struct regulator_desc desc; 35 35 36 - int min_uV; 37 - int max_uV; 38 - 39 36 u8 enable_addr; 40 37 u8 enable_shift; 41 38 u8 enable_mask; ··· 124 127 .type = REGULATOR_VOLTAGE, \ 125 128 .owner = THIS_MODULE, \ 126 129 }, \ 127 - .min_uV = 1200000, \ 128 - .max_uV = 3300000, \ 129 130 } 130 131 131 132 static struct aat2870_regulator aat2870_regulators[] = {