diff options
author | Mark Brown <broonie@linaro.org> | 2013-10-24 06:11:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-10-24 06:11:39 -0400 |
commit | aef393da7501693a1b91a1cfed1a9ea408ceabe6 (patch) | |
tree | 98af035479b8eb412a33259880a037169378cfa6 /include/linux/regulator/machine.h | |
parent | 88c260a180817093682af8bd311ca141ba3952c9 (diff) | |
parent | 4040394e12cb1eed21d1306cacdc8a6f0464c8e2 (diff) |
Merge remote-tracking branch 'regulator/topic/optional' into regulator-next
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 8108751acb86..730e638c5589 100644 --- a/include/linux/regulator/machine.h +++ b/include/linux/regulator/machine.h | |||
@@ -195,15 +195,10 @@ int regulator_suspend_finish(void); | |||
195 | 195 | ||
196 | #ifdef CONFIG_REGULATOR | 196 | #ifdef CONFIG_REGULATOR |
197 | void regulator_has_full_constraints(void); | 197 | void regulator_has_full_constraints(void); |
198 | void regulator_use_dummy_regulator(void); | ||
199 | #else | 198 | #else |
200 | static inline void regulator_has_full_constraints(void) | 199 | static inline void regulator_has_full_constraints(void) |
201 | { | 200 | { |
202 | } | 201 | } |
203 | |||
204 | static inline void regulator_use_dummy_regulator(void) | ||
205 | { | ||
206 | } | ||
207 | #endif | 202 | #endif |
208 | 203 | ||
209 | #endif | 204 | #endif |