regulator: ab8500: Remove ab8500_regulator_debug_init/exit()
authorAxel Lin <axel.lin@ingics.com>
Sun, 8 Jun 2014 14:47:10 +0000 (22:47 +0800)
committerMark Brown <broonie@linaro.org>
Sun, 22 Jun 2014 10:51:47 +0000 (11:51 +0100)
CONFIG_REGULATOR_AB8500_DEBUG is always not defined.
ab8500_regulator_debug_init() is not called at all now,
ab8500_regulator_debug_exit() simply return 0, thus remove them.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>

No differences found