ARM: OMAP2+: PMU: Remove unused header
authorJon Hunter <jon-hunter@ti.com>
Sun, 16 Dec 2012 19:30:01 +0000 (11:30 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 17 Dec 2012 18:50:41 +0000 (10:50 -0800)
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>
arch/arm/mach-omap2/pmu.c

index 250d909..eb78ae7 100644 (file)
@@ -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"