regulator: twl: Remove VDD1_VSEL_table and VDD2_VSEL_table
authorAxel Lin <axel.lin@ingics.com>
Fri, 15 Feb 2013 14:23:01 +0000 (22:23 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 1 Mar 2013 08:05:13 +0000 (16:05 +0800)
Since commit ba305e31 "regulator: twl: fix twl4030 support for smps regulators",
VDD1_VSEL_table and VDD2_VSEL_table are not used any more. Remove them.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/twl-regulator.c

index b68df81b6f8f790495461c7bdbe34be792b358eb..c9242988d0107d568b0ffef627ce5c4016c2c592 100644 (file)
@@ -441,12 +441,6 @@ static const u16 VSIM_VSEL_table[] = {
 static const u16 VDAC_VSEL_table[] = {
        1200, 1300, 1800, 1800,
 };
-static const u16 VDD1_VSEL_table[] = {
-       800, 1450,
-};
-static const u16 VDD2_VSEL_table[] = {
-       800, 1450, 1500,
-};
 static const u16 VIO_VSEL_table[] = {
        1800, 1850,
 };