regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled function
authorAxel Lin <axel.lin@gmail.com>
Tue, 19 Jun 2012 06:19:57 +0000 (14:19 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 19 Jun 2012 11:06:25 +0000 (12:06 +0100)
commit2c19ad43d1a4b0e376a0c764e3c2350afd018fac
tree9e87c6fe2fa22367d955167fa7be32593b829980
parent0e8e5c34cf1a8beaaf0a6a05c053592693bf8cb4
regulator: mc13xxx: Remove mc13xxx_sw_regulator_is_enabled function

If .is_enabled callback is not implemented, regulator core assumes that the
regulator is always on. Thus we don't need mc13xxx_sw_regulator_is_enabled
function.

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