aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/devfreq.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2013-09-19 16:03:52 -0500
committerRafael J. Wysocki <rjw@rjwysocki.net>2013-10-25 22:33:23 +0200
commite4db1c7439b31993a4886b273bb9235a8eea82bf (patch)
tree209058dd30b6793ad2f5598548063d5889b49328 /include/linux/devfreq.h
parentPM / OPP: rename data structures to dev_pm equivalents (diff)
downloadlinux-dev-e4db1c7439b31993a4886b273bb9235a8eea82bf.tar.xz
linux-dev-e4db1c7439b31993a4886b273bb9235a8eea82bf.zip
PM / OPP: rename header to linux/pm_opp.h
Since Operating Performance Points (OPP) functions are specific to device specific power management, be specific and rename opp.h to pm_opp.h Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/linux/devfreq.h')
-rw-r--r--include/linux/devfreq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/devfreq.h b/include/linux/devfreq.h
index c8c995325ca8..7a7cc74d7f27 100644
--- a/include/linux/devfreq.h
+++ b/include/linux/devfreq.h
@@ -15,7 +15,7 @@
#include <linux/device.h>
#include <linux/notifier.h>
-#include <linux/opp.h>
+#include <linux/pm_opp.h>
#define DEVFREQ_NAME_LEN 16