9068a4c646
This patch lets the pxa2xx_udc use the generic gpio layer, on the relevant PXA and IXP systems. Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
8 lines
156 B
C
8 lines
156 B
C
/*
|
|
* linux/include/asm-arm/arch-ixp4xx/udc.h
|
|
*
|
|
*/
|
|
#include <asm/mach/udc_pxa2xx.h>
|
|
|
|
extern void ixp4xx_set_udc_info(struct pxa2xx_udc_mach_info *info);
|
|
|