mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 13:13:04 -04:00
[ARM] 3958/1: add platform device (pxa2xx-udc)to ixp4xx
Create include/asm-arm/arch-ixp4xx/udc.h and add platfrom device ixp4xx_udc_device into arch/arm/mach-ixp4xx/common.c. This allows us to use pxa2xx-udc on the ixp4xx platfrom. Both pxa2xx and ixp4xx use the same device controller. Signed-off-by:Milan Svoboda <msvoboda@ra.rockwell.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
2024c39dbb
commit
e520a36de2
8
include/asm-arm/arch-ixp4xx/udc.h
Normal file
8
include/asm-arm/arch-ixp4xx/udc.h
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
* 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);
|
||||
|
||||
Reference in New Issue
Block a user