4c25c5d298
Lots of header files are never included outside of a mach-pxa directory and do not need to be made visible in include/mach, so let's just move them all down one level. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
9 lines
161 B
C
9 lines
161 B
C
/*
|
|
* arch/arm/mach-pxa/include/mach/udc.h
|
|
*
|
|
*/
|
|
#include <linux/platform_data/pxa2xx_udc.h>
|
|
|
|
extern void pxa_set_udc_info(struct pxa2xx_udc_mach_info *info);
|
|
|