mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
46000065a6
Move the PXA2xx/IXP4xx UDC header file into linux/platform_data as it only contains a driver platform data structure. Acked-by: Felipe Balbi <balbi@ti.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Krzysztof Halasa <khc@pm.waw.pl> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
9 lines
167 B
C
9 lines
167 B
C
/*
|
|
* arch/arm/mach-ixp4xx/include/mach/udc.h
|
|
*
|
|
*/
|
|
#include <linux/platform_data/pxa2xx_udc.h>
|
|
|
|
extern void ixp4xx_set_udc_info(struct pxa2xx_udc_mach_info *info);
|
|
|