aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/regulator/ab8500.h
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2014-06-08 22:47:10 +0800
committerMark Brown <broonie@linaro.org>2014-06-22 11:51:47 +0100
commit03187c72db60e20354aca6802bc5cc3e42c1d6e1 (patch)
tree5c56db40d1a1e8fe9bfc7dec8e6c7f872690d146 /include/linux/regulator/ab8500.h
parentregulator: ab8500: Remove ab8500_regulator_of_probe() (diff)
downloadlinux-dev-03187c72db60e20354aca6802bc5cc3e42c1d6e1.tar.xz
linux-dev-03187c72db60e20354aca6802bc5cc3e42c1d6e1.zip
regulator: ab8500: Remove ab8500_regulator_debug_init/exit()
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>
Diffstat (limited to 'include/linux/regulator/ab8500.h')
-rw-r--r--include/linux/regulator/ab8500.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/linux/regulator/ab8500.h b/include/linux/regulator/ab8500.h
index 75307447cef9..d8ecefaf63ca 100644
--- a/include/linux/regulator/ab8500.h
+++ b/include/linux/regulator/ab8500.h
@@ -322,18 +322,4 @@ struct ab8500_regulator_platform_data {
struct regulator_init_data *ext_regulator;
};
-#ifdef CONFIG_REGULATOR_AB8500_DEBUG
-int ab8500_regulator_debug_init(struct platform_device *pdev);
-int ab8500_regulator_debug_exit(struct platform_device *pdev);
-#else
-static inline int ab8500_regulator_debug_init(struct platform_device *pdev)
-{
- return 0;
-}
-static inline int ab8500_regulator_debug_exit(struct platform_device *pdev)
-{
- return 0;
-}
-#endif
-
#endif