Message ID | 1388398539-23121-1-git-send-email-tushar.behera@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 --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" /*
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(-)