aboutsummaryrefslogtreecommitdiff
path: root/include/linux/regulator
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-13 19:51:47 +0100
committerMark Brown <broonie@linaro.org>2013-09-17 00:30:25 +0100
commit4f0ac6dabf867095b31f851ba0d0ceaca2f87e2e (patch)
tree9b6786e59f6c0ee3468b4d0b3367771d0b194821 /include/linux/regulator
parent4ddfebd3b0d5b65c69492408bb67fd1202104643 (diff)
regulator: core: Remove unused regulator_use_dummy_regulator()
No boards have used this functionality and the new default of providing dummy regulators by default provides a better solution to the problem it was trying to solve. Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'include/linux/regulator')
-rw-r--r--include/linux/regulator/machine.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h
index 999b20ce06c..a9f7c55a4d4 100644
--- a/include/linux/regulator/machine.h
+++ b/include/linux/regulator/machine.h
@@ -193,15 +193,10 @@ int regulator_suspend_finish(void);
#ifdef CONFIG_REGULATOR
void regulator_has_full_constraints(void);
-void regulator_use_dummy_regulator(void);
#else
static inline void regulator_has_full_constraints(void)
{
}
-
-static inline void regulator_use_dummy_regulator(void)
-{
-}
#endif
#endif