summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-06-03 21:30:06 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2013-06-03 21:30:06 +0200
commita02a0cfd568bc882e6707a8869e4298b122a347f (patch)
treeed5249d37f186a38d21b0a06b82ff021dddd3780 /include/linux
parentd683b96b072dc4680fc74964eca77e6a23d1fa6e (diff)
parent88476d34ea3cc20c7357cbc5543082360815ad05 (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.h2
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);