aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-exynos4-dt.c
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2013-10-27 21:31:00 -0700
committerOlof Johansson <olof@lixom.net>2013-10-27 21:31:00 -0700
commit6251c156a6cde0137d883babedb13bcfbb4a0941 (patch)
tree5facc570fb42e57ad233bf8ce4eba01a9304774a /arch/arm/mach-exynos/mach-exynos4-dt.c
parentMerge tag 'at91-cleanup' of git://github.com/at91linux/linux-at91 into next/cleanup (diff)
parentARM: EXYNOS: remove CONFIG_MACH_EXYNOS[4, 5]_DT config options (diff)
downloadlinux-dev-6251c156a6cde0137d883babedb13bcfbb4a0941.tar.xz
linux-dev-6251c156a6cde0137d883babedb13bcfbb4a0941.zip
Merge tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
From Kukjin Kim: Samsung Cleanup for v3.13 - remove unnecessary config options and header inclusions - use CONFIG_ARCH_S3C64XX instead of PLAT_S3C64XX * tag 'samsung-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung: ARM: EXYNOS: remove CONFIG_MACH_EXYNOS[4, 5]_DT config options ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5 dt machine file ARM: S3C64XX: Kill CONFIG_PLAT_S3C64XX ASoC: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support s3c-camif: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support gpio: samsung: Use CONFIG_ARCH_S3C64XX to check for S3C64XX support ARM: S3C64XX: Move if ARCH_S3C64XX statement into mach-s3c64xx Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-exynos/mach-exynos4-dt.c')
-rw-r--r--arch/arm/mach-exynos/mach-exynos4-dt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-exynos4-dt.c b/arch/arm/mach-exynos/mach-exynos4-dt.c
index 6858d73dcf48..4b8f6e2ca163 100644
--- a/arch/arm/mach-exynos/mach-exynos4-dt.c
+++ b/arch/arm/mach-exynos/mach-exynos4-dt.c
@@ -11,11 +11,8 @@
* 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 <asm/mach/arch.h>
#include <plat/mfc.h>