]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: max8649: Remove unused check_range() function
authorAxel Lin <axel.lin@gmail.com>
Thu, 17 May 2012 01:02:42 +0000 (09:02 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 17 May 2012 22:00:55 +0000 (23:00 +0100)
commit3aa75bfec03ce025e67d1666f99fee7833c6c91a
tree3bdb7ca18de6c12e0862c8ca1ffb3495db6c18ab
parent055c27ca84ceda06450debd9b4b9c54d77b76e07
regulator: max8649: Remove unused check_range() function

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 is not used, remove it.

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