diff options
author | Jingoo Han <jg1.han@samsung.com> | 2013-10-07 17:59:31 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-10-07 17:59:38 -0400 |
commit | cbee750e197873289db0c739f02da39406ae8b22 (patch) | |
tree | f285ce3d5fc8dd632477f4d411428577f08b9cdc | |
parent | 6e2d9e935240b6276eaf913c20bb989fd0ed70ee (diff) |
ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5 dt machine file
mach-exynos{4,5}-dt.c include several header files that are not
really used.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos4-dt.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-exynos/mach-exynos5-dt.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c index 0099c6c13bba..3fc338f14f5b 100644 --- a/arch/arm/mach-exynos/mach-exynos4-dt.c +++ b/arch/arm/mach-exynos/mach-exynos4-dt.c | |||
@@ -11,12 +11,8 @@ | |||
11 | * published by the Free Software Foundation. | 11 | * published by the Free Software Foundation. |
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include <linux/kernel.h> | ||
15 | #include <linux/of_platform.h> | 14 | #include <linux/of_platform.h> |
16 | #include <linux/of_fdt.h> | 15 | #include <linux/of_fdt.h> |
17 | #include <linux/serial_core.h> | ||
18 | #include <linux/memblock.h> | ||
19 | #include <linux/clocksource.h> | ||
20 | 16 | ||
21 | #include <asm/mach/arch.h> | 17 | #include <asm/mach/arch.h> |
22 | #include <plat/mfc.h> | 18 | #include <plat/mfc.h> |
diff --git a/arch/arm/mach-exynos/mach-exynos5-dt.c b/arch/arm/mach-exynos/mach-exynos5-dt.c index f874b773ca13..217e84fd1834 100644 --- a/arch/arm/mach-exynos/mach-exynos5-dt.c +++ b/arch/arm/mach-exynos/mach-exynos5-dt.c | |||
@@ -11,14 +11,10 @@ | |||
11 | 11 | ||
12 | #include <linux/of_platform.h> | 12 | #include <linux/of_platform.h> |
13 | #include <linux/of_fdt.h> | 13 | #include <linux/of_fdt.h> |
14 | #include <linux/memblock.h> | ||
15 | #include <linux/io.h> | 14 | #include <linux/io.h> |
16 | #include <linux/clocksource.h> | ||
17 | 15 | ||
18 | #include <asm/mach/arch.h> | 16 | #include <asm/mach/arch.h> |
19 | #include <mach/regs-pmu.h> | 17 | #include <mach/regs-pmu.h> |
20 | |||
21 | #include <plat/cpu.h> | ||
22 | #include <plat/mfc.h> | 18 | #include <plat/mfc.h> |
23 | 19 | ||
24 | #include "common.h" | 20 | #include "common.h" |