mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 16:05:12 +07:00
![Milan Svoboda](/assets/img/avatar_default.png)
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>
9 lines
150 B
C
9 lines
150 B
C
/*
|
|
* linux/include/asm-arm/arch-pxa/udc.h
|
|
*
|
|
*/
|
|
#include <asm/mach/udc_pxa2xx.h>
|
|
|
|
extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);
|
|
|