diff options
author | Nishanth Menon <nm@ti.com> | 2013-09-19 16:03:52 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rjw@rjwysocki.net> | 2013-10-25 22:33:23 +0200 |
commit | e4db1c7439b31993a4886b273bb9235a8eea82bf (patch) | |
tree | 209058dd30b6793ad2f5598548063d5889b49328 /include/linux/devfreq.h | |
parent | 47d43ba73eb98d8ba731208735c899129d9849e1 (diff) | |
download | talos-op-linux-e4db1c7439b31993a4886b273bb9235a8eea82bf.tar.gz talos-op-linux-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.h | 2 |
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 |