aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c64xx
diff options
context:
space:
mode:
authorLukasz Majewski <l.majewski@samsung.com>2012-05-09 07:16:53 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 18:24:40 -0400
commit126625e1bf3228a3db7359310344617bee878517 (patch)
tree0fdeb1ecfe1f9b2d0d94b9763b8d2e7c8838c760 /arch/arm/mach-s3c64xx
parent07e4e556eff4938eb2edf2591de3aa7d7fb82b52 (diff)
usb:hsotg:samsung:cosmetic Move <linux/platform_data/s3c-hsotg.h> to proper place
This commit adds a cosmetic change to the s3c-hsotg UDC driver. It moves s3c-hsotg.h to other linux/ related inclusions. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/mach-s3c64xx')
-rw-r--r--arch/arm/mach-s3c64xx/mach-crag6410.c2
-rw-r--r--arch/arm/mach-s3c64xx/mach-smartq.c2
-rw-r--r--arch/arm/mach-s3c64xx/mach-smdk6410.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c
index a02f204d99ed..b9f4d2579b6d 100644
--- a/arch/arm/mach-s3c64xx/mach-crag6410.c
+++ b/arch/arm/mach-s3c64xx/mach-crag6410.c
@@ -31,6 +31,7 @@
31#include <linux/spi/spi.h> 31#include <linux/spi/spi.h>
32 32
33#include <linux/i2c/pca953x.h> 33#include <linux/i2c/pca953x.h>
34#include <linux/platform_data/s3c-hsotg.h>
34 35
35#include <video/platform_lcd.h> 36#include <video/platform_lcd.h>
36 37
@@ -61,7 +62,6 @@
61#include <plat/sdhci.h> 62#include <plat/sdhci.h>
62#include <plat/gpio-cfg.h> 63#include <plat/gpio-cfg.h>
63#include <plat/s3c64xx-spi.h> 64#include <plat/s3c64xx-spi.h>
64#include <linux/platform_data/s3c-hsotg.h>
65 65
66#include <plat/keypad.h> 66#include <plat/keypad.h>
67#include <plat/clock.h> 67#include <plat/clock.h>
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c
index ee0d13c98378..ceeb1de40376 100644
--- a/arch/arm/mach-s3c64xx/mach-smartq.c
+++ b/arch/arm/mach-s3c64xx/mach-smartq.c
@@ -18,6 +18,7 @@
18#include <linux/serial_core.h> 18#include <linux/serial_core.h>
19#include <linux/spi/spi_gpio.h> 19#include <linux/spi/spi_gpio.h>
20#include <linux/usb/gpio_vbus.h> 20#include <linux/usb/gpio_vbus.h>
21#include <linux/platform_data/s3c-hsotg.h>
21 22
22#include <asm/mach-types.h> 23#include <asm/mach-types.h>
23#include <asm/mach/map.h> 24#include <asm/mach/map.h>
@@ -33,7 +34,6 @@
33#include <plat/gpio-cfg.h> 34#include <plat/gpio-cfg.h>
34#include <plat/hwmon.h> 35#include <plat/hwmon.h>
35#include <plat/regs-serial.h> 36#include <plat/regs-serial.h>
36#include <linux/platform_data/s3c-hsotg.h>
37#include <plat/usb-control.h> 37#include <plat/usb-control.h>
38#include <plat/sdhci.h> 38#include <plat/sdhci.h>
39#include <plat/ts.h> 39#include <plat/ts.h>
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