regulator: ab8500: Init debug from regulator driver
[deliverable/linux.git] / include / linux / regulator / ab8500.h
index b86e089195eaecdfef0d0ac28a17b062ea6db4da..592a3f3994c041f6506679242452ea6effb926aa 100644 (file)
@@ -178,4 +178,18 @@ inline int ab8500_ext_regulator_exit(struct platform_device *pdev)
 }
 #endif
 
+#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
This page took 0.030888 seconds and 5 git commands to generate.