summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2016-03-15 12:56:37 +0100
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:51:18 +0900
commit2c9ef2475a969b1ccbd64e94d2b80f208be44098 (patch)
tree20350af69f656f3af0cbca082f7ca89d23a367d5 /include
parente93cd7766e46b2e21ecc1d5eadb441a4aa01dce9 (diff)
Revert "PM: devfreq: Add the prototype of update_devfreq() to export"
This temporarily reverts commit d70aa318b6a80780e3134d8a07303fa72b95576b, which will be re-applied after applying soem mainline commits. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/devfreq.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/devfreq.h b/include/linux/devfreq.h
index 07da551f2709..ce447f0f1bad 100644
--- a/include/linux/devfreq.h
+++ b/include/linux/devfreq.h
@@ -204,8 +204,6 @@ extern int devm_devfreq_register_opp_notifier(struct device *dev,
extern void devm_devfreq_unregister_opp_notifier(struct device *dev,
struct devfreq *devfreq);
-extern int update_devfreq(struct devfreq *devfreq);
-
#if IS_ENABLED(CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND)
/**
* struct devfreq_simple_ondemand_data - void *data fed to struct devfreq
@@ -291,11 +289,6 @@ static inline void devm_devfreq_unregister_opp_notifier(struct device *dev,
struct devfreq *devfreq)
{
}
-
-static inline int update_devfreq(struct devfreq *devfreq)
-{
- return 0;
-}
#endif /* CONFIG_PM_DEVFREQ */
#endif /* __LINUX_DEVFREQ_H__ */