diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-02-15 09:23:01 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-01 03:05:13 -0500 |
commit | 4813dd0efcfbf85bd79759fda50b9a6ad4e5ff9c (patch) | |
tree | a0e9053eeeef8cf5bf8ebcfa46484dc0f5673c27 /drivers/regulator | |
parent | b3816d50439245d888798ee620da1e27cbf86c66 (diff) |
regulator: twl: Remove VDD1_VSEL_table and VDD2_VSEL_table
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>
Diffstat (limited to 'drivers/regulator')
-rw-r--r-- | drivers/regulator/twl-regulator.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/regulator/twl-regulator.c b/drivers/regulator/twl-regulator.c index b68df81b6f8f..c9242988d010 100644 --- a/drivers/regulator/twl-regulator.c +++ b/drivers/regulator/twl-regulator.c | |||
@@ -441,12 +441,6 @@ static const u16 VSIM_VSEL_table[] = { | |||
441 | static const u16 VDAC_VSEL_table[] = { | 441 | static const u16 VDAC_VSEL_table[] = { |
442 | 1200, 1300, 1800, 1800, | 442 | 1200, 1300, 1800, 1800, |
443 | }; | 443 | }; |
444 | static const u16 VDD1_VSEL_table[] = { | ||
445 | 800, 1450, | ||
446 | }; | ||
447 | static const u16 VDD2_VSEL_table[] = { | ||
448 | 800, 1450, 1500, | ||
449 | }; | ||
450 | static const u16 VIO_VSEL_table[] = { | 444 | static const u16 VIO_VSEL_table[] = { |
451 | 1800, 1850, | 445 | 1800, 1850, |
452 | }; | 446 | }; |