[PATCH v5 3/5] ARM: EXYNOS: Move "mach/map.h" inclusion from regs-pmu.h to platsmp.c
From: Tomasz Figa <hidden>
Date: 2014-06-30 16:21:10
Also in:
linux-samsung-soc, lkml
From: Tomasz Figa <hidden>
Date: 2014-06-30 16:21:10
Also in:
linux-samsung-soc, lkml
Hi Pankaj, On 25.06.2014 16:03, Pankaj Dubey wrote:
As we have removed static mappings from "regs-pmu.h" it does not need map.h anymore. But "platsmp.c" needed this and till now it got included indirectly. So lets move header inclusion of "mach/map.h" from "regs-pmu.h" to "platsmp.c". Signed-off-by: Pankaj Dubey <redacted> Reviewed-by: Tomasz Figa <redacted> --- arch/arm/mach-exynos/platsmp.c | 2 ++ arch/arm/mach-exynos/regs-pmu.h | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-)
IMHO this could be squashed with previous patch. Best regards, Tomasz