diff options
| author | 2013-06-03 21:30:06 +0200 | |
|---|---|---|
| committer | 2013-06-03 21:30:06 +0200 | |
| commit | a02a0cfd568bc882e6707a8869e4298b122a347f (patch) | |
| tree | ed5249d37f186a38d21b0a06b82ff021dddd3780 /include/linux | |
| parent | Linux 3.10-rc4 (diff) | |
| parent | MAINTAINERS: update mailing list for devfreq(DVFS). (diff) | |
Merge branch 'for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq into pm-devfreq
Pull devfreq updates from MyungJoo Ham.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/devfreq.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |
