]> git.karo-electronics.de Git - linux-beck.git/blobdiff - include/linux/devfreq.h
PM: Eliminate CONFIG_PM_RUNTIME
[linux-beck.git] / include / linux / devfreq.h
index f1863dcd83eaf4070cc83762ce9864b9826e1c0e..ce447f0f1bad49e24351cec2c1ae0e2d2620ad4a 100644 (file)
@@ -188,7 +188,7 @@ extern struct devfreq *devm_devfreq_add_device(struct device *dev,
 extern void devm_devfreq_remove_device(struct device *dev,
                                  struct devfreq *devfreq);
 
-/* Supposed to be called by PM_SLEEP/PM_RUNTIME callbacks */
+/* Supposed to be called by PM callbacks */
 extern int devfreq_suspend_device(struct devfreq *devfreq);
 extern int devfreq_resume_device(struct devfreq *devfreq);