ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5 dt machine file
authorJingoo Han <jg1.han@samsung.com>
Mon, 7 Oct 2013 21:59:31 +0000 (06:59 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Mon, 7 Oct 2013 21:59:38 +0000 (06:59 +0900)
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>
arch/arm/mach-exynos/mach-exynos4-dt.c
arch/arm/mach-exynos/mach-exynos5-dt.c

index 0099c6c13bbaa9504dccd6fa760c21273de41d3f..3fc338f14f5b220511a76898324809ebe7f5759a 100644 (file)
  * published by the Free Software Foundation.
 */
 
-#include <linux/kernel.h>
 #include <linux/of_platform.h>
 #include <linux/of_fdt.h>
-#include <linux/serial_core.h>
-#include <linux/memblock.h>
-#include <linux/clocksource.h>
 
 #include <asm/mach/arch.h>
 #include <plat/mfc.h>
index f874b773ca134e231df3e21d3c5c5f65caac33a9..217e84fd1834e451ccf2fe92aa4f7350c64b1f47 100644 (file)
 
 #include <linux/of_platform.h>
 #include <linux/of_fdt.h>
-#include <linux/memblock.h>
 #include <linux/io.h>
-#include <linux/clocksource.h>
 
 #include <asm/mach/arch.h>
 #include <mach/regs-pmu.h>
-
-#include <plat/cpu.h>
 #include <plat/mfc.h>
 
 #include "common.h"