diff options
author | Kevin Hilman <khilman@ti.com> | 2012-09-26 16:45:29 -0700 |
---|---|---|
committer | Kevin Hilman <khilman@ti.com> | 2012-10-08 14:58:33 -0700 |
commit | 4075944b4c724ca70bdc5086527b55e73db546b4 (patch) | |
tree | 3b423d041f41de030420cdf07253aa578ec3cfaf /drivers | |
parent | 8df0a6637767474989022b93230a8615f11fb53b (diff) | |
download | linux-3.10-4075944b4c724ca70bdc5086527b55e73db546b4.tar.gz linux-3.10-4075944b4c724ca70bdc5086527b55e73db546b4.tar.bz2 linux-3.10-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')
-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 0fe395aea11..7d4d4559e52 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> |