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)
commit0cbd6702186af44ca14d68d3fd3f3368287f4ee4
tree3bdb7ca18de6c12e0862c8ca1ffb3495db6c18ab
parent8b370e086b90245ef1da7fa6d41a1da205e11e77
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
This page took 0.026559 seconds and 5 git commands to generate.