diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-13 22:51:47 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-17 03:30:25 +0400 |
commit | 4f0ac6dabf867095b31f851ba0d0ceaca2f87e2e (patch) | |
tree | 9b6786e59f6c0ee3468b4d0b3367771d0b194821 /include/linux/regulator/machine.h | |
parent | 4ddfebd3b0d5b65c69492408bb67fd1202104643 (diff) | |
download | linux-4f0ac6dabf867095b31f851ba0d0ceaca2f87e2e.tar.xz |
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/machine.h')
-rw-r--r-- | include/linux/regulator/machine.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/regulator/machine.h b/include/linux/regulator/machine.h index 999b20ce06cf..a9f7c55a4d4d 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 |