X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Flinux%2Fdevfreq.h;h=5f1ab92107e63b1889da7e544189f8b73cc740fb;hb=f4b96f5e4ff8d86699c851c10245e102809b0331;hp=fe8c4476f7e4b36f4f7b4a778c73b8cfd77c2336;hpb=bb762929dbfb378ef8c5c3f400bc98a6a0614584;p=karo-tx-linux.git diff --git a/include/linux/devfreq.h b/include/linux/devfreq.h index fe8c4476f7e4..5f1ab92107e6 100644 --- a/include/linux/devfreq.h +++ b/include/linux/devfreq.h @@ -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);