commit | 68c7ff8f9b40bcc35abb22160bc30221477e0a89 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu May 17 08:55:45 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu May 17 23:00:56 2012 +0100 |
tree | e0cdcb5d8583705c01f5503616d113afdadc5fb3 | |
parent | 0cbd6702186af44ca14d68d3fd3f3368287f4ee4 [diff] |
regulator: max8925: Remove check_range function and max_uV from struct rc5t583_regulator_info This driver has been converted to use regulator_map_voltage_linear and set_voltage_sel now. regulator_map_voltage_linear will check the the voltage falls within specified range. The check_range() function and max_uV field are not used now, remove them. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>