usb: gadget: s3c-hsudc: move platform_data struct to global header
authorHeiko Stübner <heiko@sntech.de>
Mon, 19 Dec 2011 18:39:15 +0000 (19:39 +0100)
committerFelipe Balbi <balbi@ti.com>
Wed, 21 Dec 2011 11:24:27 +0000 (13:24 +0200)
commit715a3e41e78a40e1e711298667435d5a2cef1972
tree2302eaf553d329ef5679299aac925b68444635f4
parent3a082ec9b2f544a81e977cfa259e3f990a995dc8
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>
arch/arm/mach-s3c2416/mach-smdk2416.c
arch/arm/plat-samsung/devs.c
arch/arm/plat-samsung/include/plat/udc.h
drivers/usb/gadget/s3c-hsudc.c
include/linux/platform_data/s3c-hsudc.h [new file with mode: 0644]