diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smdk6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-smdk6410.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smdk6410.c b/arch/arm/mach-s3c64xx/mach-smdk6410.c index bf477e33f0ee..4bc5c74bb186 100644 --- a/arch/arm/mach-s3c64xx/mach-smdk6410.c +++ b/arch/arm/mach-s3c64xx/mach-smdk6410.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <linux/regulator/fixed.h> | 30 | #include <linux/regulator/fixed.h> |
31 | #include <linux/regulator/machine.h> | 31 | #include <linux/regulator/machine.h> |
32 | #include <linux/pwm_backlight.h> | 32 | #include <linux/pwm_backlight.h> |
33 | #include <linux/platform_data/s3c-hsotg.h> | ||
33 | 34 | ||
34 | #ifdef CONFIG_SMDK6410_WM1190_EV1 | 35 | #ifdef CONFIG_SMDK6410_WM1190_EV1 |
35 | #include <linux/mfd/wm8350/core.h> | 36 | #include <linux/mfd/wm8350/core.h> |
@@ -72,7 +73,6 @@ | |||
72 | #include <plat/keypad.h> | 73 | #include <plat/keypad.h> |
73 | #include <plat/backlight.h> | 74 | #include <plat/backlight.h> |
74 | #include <plat/regs-fb-v4.h> | 75 | #include <plat/regs-fb-v4.h> |
75 | #include <linux/platform_data/s3c-hsotg.h> | ||
76 | 76 | ||
77 | #include "common.h" | 77 | #include "common.h" |
78 | 78 | ||