summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/omap-cpufreq.c
diff options
context:
space:
mode:
authorKevin Hilman2012-09-27 01:45:29 +0200
committerKevin Hilman2012-10-08 23:58:33 +0200
commit4075944b4c724ca70bdc5086527b55e73db546b4 (patch)
tree3b423d041f41de030420cdf07253aa578ec3cfaf /drivers/cpufreq/omap-cpufreq.c
parentcpufreq: OMAP: ensure valid clock rate before scaling (diff)
downloadkernel-qcow2-linux-4075944b4c724ca70bdc5086527b55e73db546b4.tar.gz
kernel-qcow2-linux-4075944b4c724ca70bdc5086527b55e73db546b4.tar.xz
kernel-qcow2-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.c1
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>