diff options
author | Kevin Hilman <khilman@ti.com> | 2012-09-27 01:45:29 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2012-10-08 23:58:33 +0200 |
commit | 4075944b4c724ca70bdc5086527b55e73db546b4 (patch) | |
tree | 3b423d041f41de030420cdf07253aa578ec3cfaf /drivers/cpufreq/omap-cpufreq.c | |
parent | cpufreq: OMAP: ensure valid clock rate before scaling (diff) | |
download | linux-4075944b4c724ca70bdc5086527b55e73db546b4.tar.xz linux-4075944b4c724ca70bdc5086527b55e73db546b4.zip |
cpufreq: OMAP: remove unused <plat/omap-pm.h>
The <plat/*.h> headers are going away, and this one is not used. remove it.
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: Kevin Hilman <khilman@ti.com>
Diffstat (limited to 'drivers/cpufreq/omap-cpufreq.c')
-rw-r--r-- | drivers/cpufreq/omap-cpufreq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/cpufreq/omap-cpufreq.c b/drivers/cpufreq/omap-cpufreq.c index 0fe395aea114..7d4d4559e522 100644 --- a/drivers/cpufreq/omap-cpufreq.c +++ b/drivers/cpufreq/omap-cpufreq.c @@ -31,7 +31,6 @@ #include <asm/cpu.h> #include <plat/clock.h> -#include <plat/omap-pm.h> #include <plat/common.h> #include <plat/omap_device.h> |