regulator: rc5t583: Remove max_uV from struct rc5t583_regulator_info
authorAxel Lin <axel.lin@gmail.com>
Thu, 17 May 2012 00:50:45 +0000 (08:50 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 17 May 2012 22:00:55 +0000 (23:00 +0100)
commit8b370e086b90245ef1da7fa6d41a1da205e11e77
tree09b9fa9384a1535acf4bdab9e143365bbefc5537
parent4923b48b27fc89710ebc8b77fe0dd679724c0ffc
regulator: rc5t583: Remove max_uV from struct rc5t583_regulator_info

This driver has been converted to set_voltage_sel and regulator_map_voltage_linear.
regulator_map_voltage_linear will check the voltage falls within specified range.
The max_uV field is not used now, remove it.

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