]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/devfreq.h
Merge tag 'omap-for-v3.11/fixes-for-merge-window' of git://git.kernel.org/pub/scm...
[karo-tx-linux.git] / include / linux / devfreq.h
index fe8c4476f7e4b36f4f7b4a778c73b8cfd77c2336..5f1ab92107e63b1889da7e544189f8b73cc740fb 100644 (file)
@@ -181,6 +181,8 @@ extern struct devfreq *devfreq_add_device(struct device *dev,
                                  const char *governor_name,
                                  void *data);
 extern int devfreq_remove_device(struct devfreq *devfreq);
+
+/* Supposed to be called by PM_SLEEP/PM_RUNTIME callbacks */
 extern int devfreq_suspend_device(struct devfreq *devfreq);
 extern int devfreq_resume_device(struct devfreq *devfreq);