diff mbox

ARM: EXYNOS: Remove unused header file from pm_domains.c

Message ID 1388398539-23121-1-git-send-email-tushar.behera@linaro.org (mailing list archive)
State New, archived
Headers show

Commit Message

Tushar Behera Dec. 30, 2013, 10:15 a.m. UTC
plat/devs.h is not required in this file.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
---

Based on top of next-20131224.


 arch/arm/mach-exynos/pm_domains.c |    2 --
 1 file changed, 2 deletions(-)

Comments

kgene@kernel.org Jan. 10, 2014, 8:12 a.m. UTC | #1
Tushar Behera wrote:
> 
> plat/devs.h is not required in this file.
> 
> Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
> ---
> 
> Based on top of next-20131224.
> 
> 
>  arch/arm/mach-exynos/pm_domains.c |    2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-
> exynos/pm_domains.c
> index 8fd2488..fe6570e 100644
> --- a/arch/arm/mach-exynos/pm_domains.c
> +++ b/arch/arm/mach-exynos/pm_domains.c
> @@ -22,8 +22,6 @@
>  #include <linux/of_platform.h>
>  #include <linux/sched.h>
> 
> -#include <plat/devs.h>
> -
>  #include "regs-pmu.h"
> 
>  /*
> --
> 1.7.9.5

OK, applied.

Thanks,
Kukjin

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-exynos/pm_domains.c
index 8fd2488..fe6570e 100644
--- a/arch/arm/mach-exynos/pm_domains.c
+++ b/arch/arm/mach-exynos/pm_domains.c
@@ -22,8 +22,6 @@ 
 #include <linux/of_platform.h>
 #include <linux/sched.h>
 
-#include <plat/devs.h>
-
 #include "regs-pmu.h"
 
 /*