diff options
author | Kevin Hilman <khilman@ti.com> | 2012-09-26 19:45:29 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2012-10-08 17:58:33 -0400 |
commit | 4075944b4c724ca70bdc5086527b55e73db546b4 (patch) | |
tree | 3b423d041f41de030420cdf07253aa578ec3cfaf /drivers/cpufreq/omap-cpufreq.c | |
parent | 8df0a6637767474989022b93230a8615f11fb53b (diff) |
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 @@ | |||
31 | #include <asm/cpu.h> | 31 | #include <asm/cpu.h> |
32 | 32 | ||
33 | #include <plat/clock.h> | 33 | #include <plat/clock.h> |
34 | #include <plat/omap-pm.h> | ||
35 | #include <plat/common.h> | 34 | #include <plat/common.h> |
36 | #include <plat/omap_device.h> | 35 | #include <plat/omap_device.h> |
37 | 36 | ||