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>
This commit is contained in:
Mark Brown
2013-09-13 19:51:47 +01:00
parent 4ddfebd3b0
commit 4f0ac6dabf
2 changed files with 0 additions and 22 deletions

View File

@@ -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