aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/mach-smdkv310.c
diff options
context:
space:
mode:
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 73f2bce097e1..1b864ee387cd 100644
--- a/arch/arm/mach-exynos/mach-smdkv310.c
+++ b/arch/arm/mach-exynos/mach-smdkv310.c
@@ -34,16 +34,16 @@
34#include <plat/fb.h> 34#include <plat/fb.h>
35#include <plat/keypad.h> 35#include <plat/keypad.h>
36#include <plat/sdhci.h> 36#include <plat/sdhci.h>
37#include <plat/iic.h> 37#include <linux/platform_data/i2c-s3c2410.h>
38#include <plat/gpio-cfg.h> 38#include <plat/gpio-cfg.h>
39#include <plat/backlight.h> 39#include <plat/backlight.h>
40#include <plat/mfc.h> 40#include <plat/mfc.h>
41#include <plat/ehci.h> 41#include <linux/platform_data/usb-ehci-s5p.h>
42#include <plat/clock.h> 42#include <plat/clock.h>
43#include <plat/hdmi.h> 43#include <plat/hdmi.h>
44 44
45#include <mach/map.h> 45#include <mach/map.h>
46#include <mach/ohci.h> 46#include <linux/platform_data/usb-exynos.h>
47 47
48#include <drm/exynos_drm.h> 48#include <drm/exynos_drm.h>
49#include "common.h" 49#include "common.h"