regulator: tps62360: Remove chip_id and voltage_base from struct tps62360_chip
authorAxel Lin <axel.lin@gmail.com>
Thu, 14 Jun 2012 01:38:26 +0000 (09:38 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Sat, 23 Jun 2012 11:16:42 +0000 (12:16 +0100)
commitb5152415225ba0d489939778f3b85217b25036db
tree4a458a9968636c97cece95dab9886c9b666a30ef
parentb19dbf711e8dae026f8d014eae90d766d02f4acb
regulator: tps62360: Remove chip_id and voltage_base from struct tps62360_chip

The chip_id is not used.
The voltage_base is not necessary, set base voltage to tps->desc.min_uV instead.

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