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)
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>

No differences found