summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/exynos.c
diff options
context:
space:
mode:
authorPankaj Dubey <pankaj.dubey@samsung.com>2016-02-25 09:39:59 +0530
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-02-25 13:24:06 +0900
commita4781441f223ac11bc539c2e2bd86ffa0c967ca7 (patch)
treed6d75de9b52fa5c7ba8cdad774daa6c97563a432 /arch/arm/mach-exynos/exynos.c
parentb11301d5adef74c8f8d80eb5a134cc4f3057aaa0 (diff)
downloadlinux-0-day-a4781441f223ac11bc539c2e2bd86ffa0c967ca7.tar.gz
linux-0-day-a4781441f223ac11bc539c2e2bd86ffa0c967ca7.tar.xz
ARM: EXYNOS: Cleanup header files inclusion
This includes trivial cleanup in exynos files such as - remove unused header files inclusion from exynos.c, s5p-dev-mfc.c, firmware.c, pm.c. - move inclusion of of.h from common.h to pm.c where it is really required Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/exynos.c')
-rw-r--r--arch/arm/mach-exynos/exynos.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index 3256e1b905d60..bbf51a46f772d 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -11,14 +11,11 @@
#include <linux/init.h>
#include <linux/io.h>
-#include <linux/kernel.h>
-#include <linux/serial_s3c.h>
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_fdt.h>
#include <linux/of_platform.h>
#include <linux/platform_device.h>
-#include <linux/pm_domain.h>
#include <linux/irqchip.h>
#include <linux/soc/samsung/exynos-regs-pmu.h>
@@ -26,7 +23,6 @@
#include <asm/hardware/cache-l2x0.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>
-#include <asm/memory.h>
#include <mach/map.h>