aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/pmu.c
diff options
context:
space:
mode:
authorJon Hunter <jon-hunter@ti.com>2012-12-16 11:30:01 -0800
committerTony Lindgren <tony@atomide.com>2012-12-17 10:50:41 -0800
commit669bb479383c68a17fb0b6f525b8c3d7beb8e198 (patch)
treeab1fd26bec8d75e279e37c13fcc2b3345ab0e9ea /arch/arm/mach-omap2/pmu.c
parentARM: OMAP4: remove duplicated include from omap_hwmod_44xx_data.c (diff)
downloadlinux-dev-669bb479383c68a17fb0b6f525b8c3d7beb8e198.tar.xz
linux-dev-669bb479383c68a17fb0b6f525b8c3d7beb8e198.zip
ARM: OMAP2+: PMU: Remove unused header
Commit 2ac29a1 (ARM: PMU: fix runtime PM enable) moved the call to pm_runtime_enable() from the OMAP2+ PMU code into the ARM PERF core code. However, header for pm_runtime which should have been removed from the OMAP2+ PMU code was not. It is no longer necessary to include this header in the OMAP2+ PMU code and so remove it. Signed-off-by: Jon Hunter <jon-hunter@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/pmu.c')
-rw-r--r--arch/arm/mach-omap2/pmu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/pmu.c b/arch/arm/mach-omap2/pmu.c
index 250d909e38bd..eb78ae7a3464 100644
--- a/arch/arm/mach-omap2/pmu.c
+++ b/arch/arm/mach-omap2/pmu.c
@@ -11,8 +11,6 @@
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*/
-#include <linux/pm_runtime.h>
-
#include <asm/pmu.h>
#include "soc.h"