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

No differences found