Skip to content

Commit 669bb47

Browse files
Jon Huntertmlind
authored andcommitted
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>
1 parent 3550a7b commit 669bb47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/mach-omap2/pmu.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
* the Free Software Foundation; either version 2 of the License, or
1212
* (at your option) any later version.
1313
*/
14-
#include <linux/pm_runtime.h>
15-
1614
#include <asm/pmu.h>
1715

1816
#include "soc.h"

0 commit comments

Comments
 (0)