diff options
author | Heiko Stübner <heiko@sntech.de> | 2011-12-19 19:39:15 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-12-21 12:24:27 +0100 |
commit | 715a3e41e78a40e1e711298667435d5a2cef1972 (patch) | |
tree | 2302eaf553d329ef5679299aac925b68444635f4 /arch/arm/plat-samsung/devs.c | |
parent | USB: EHCI: Add Marvell Host Controller driver (diff) | |
download | linux-715a3e41e78a40e1e711298667435d5a2cef1972.tar.xz linux-715a3e41e78a40e1e711298667435d5a2cef1972.zip |
usb: gadget: s3c-hsudc: move platform_data struct to global header
Gadget drivers should be compilable on all architectures.
This patch removes one dependency on architecture-specific code.
Acked-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/plat-samsung/devs.c')
-rw-r--r-- | arch/arm/plat-samsung/devs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c index 4ca8b571f971..92b4c025d37a 100644 --- a/arch/arm/plat-samsung/devs.c +++ b/arch/arm/plat-samsung/devs.c @@ -29,6 +29,7 @@ #include <linux/mtd/partitions.h> #include <linux/mmc/host.h> #include <linux/ioport.h> +#include <linux/platform_data/s3c-hsudc.h> #include <asm/irq.h> #include <asm/pmu.h> |