summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/mach-smdkv310.c
diff options
context:
space:
mode:
authorJingoo Han <jg1.han@samsung.com>2012-11-06 23:11:30 (GMT)
committerKukjin Kim <kgene.kim@samsung.com>2012-11-06 23:11:30 (GMT)
commitf034d85eba83f69927f5836b341ffd2d85b5d93e (patch)
tree310862069c7f77bbc328a123d0138b1c3332e66d /arch/arm/mach-exynos/mach-smdkv310.c
parent55b85967f4e988d43a11bf0e432f15892e615db0 (diff)
downloadlinux-fsl-qoriq-f034d85eba83f69927f5836b341ffd2d85b5d93e.tar.xz
ARM: EXYNOS: reorder inclusions of <linux/platform_data/xxx.h>
This patch reorders inclusions of <linux/platform_data/xxx.h> and puts the inclusions with the same kind for readability, according to alphabetical ordering. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-smdkv310.c')
-rw-r--r--arch/arm/mach-exynos/mach-smdkv310.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c
index ee4fb1a..8dd6a1e 100644
--- a/arch/arm/mach-exynos/mach-smdkv310.c
+++ b/arch/arm/mach-exynos/mach-smdkv310.c
@@ -20,7 +20,10 @@
#include <linux/input.h>
#include <linux/pwm.h>
#include <linux/pwm_backlight.h>
+#include <linux/platform_data/i2c-s3c2410.h>
#include <linux/platform_data/s3c-hsotg.h>
+#include <linux/platform_data/usb-ehci-s5p.h>
+#include <linux/platform_data/usb-exynos.h>
#include <asm/mach/arch.h>
#include <asm/hardware/gic.h>
@@ -35,16 +38,13 @@
#include <plat/fb.h>
#include <plat/keypad.h>
#include <plat/sdhci.h>
-#include <linux/platform_data/i2c-s3c2410.h>
#include <plat/gpio-cfg.h>
#include <plat/backlight.h>
#include <plat/mfc.h>
-#include <linux/platform_data/usb-ehci-s5p.h>
#include <plat/clock.h>
#include <plat/hdmi.h>
#include <mach/map.h>
-#include <linux/platform_data/usb-exynos.h>
#include <drm/exynos_drm.h>
#include "common.h"