* [PATCH] ARM: OMAP2+: PMU: Remove unused header
@ 2012-12-14 18:08 Jon Hunter
2012-12-14 18:45 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Jon Hunter @ 2012-12-14 18:08 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
arch/arm/mach-omap2/pmu.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-omap2/pmu.c b/arch/arm/mach-omap2/pmu.c
index 250d909..eb78ae7 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"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: OMAP2+: PMU: Remove unused header
2012-12-14 18:08 [PATCH] ARM: OMAP2+: PMU: Remove unused header Jon Hunter
@ 2012-12-14 18:45 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2012-12-14 18:45 UTC (permalink / raw)
To: linux-arm-kernel
* Jon Hunter <jon-hunter@ti.com> [121214 10:10]:
> 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.
Thanks applying into omap-for-v3.8/fixes-for-merge-window.
Regards,
Tony
> Signed-off-by: Jon Hunter <jon-hunter@ti.com>
> ---
> arch/arm/mach-omap2/pmu.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/pmu.c b/arch/arm/mach-omap2/pmu.c
> index 250d909..eb78ae7 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"
> --
> 1.7.10.4
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-14 18:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 18:08 [PATCH] ARM: OMAP2+: PMU: Remove unused header Jon Hunter
2012-12-14 18:45 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).