diff options
author | Milan Svoboda <msvoboda@ra.rockwell.com> | 2006-12-01 11:36:41 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-12-01 17:14:28 +0000 |
commit | e520a36de2f7985df5ef2e84a9f6d2608ecc6f25 (patch) | |
tree | 2514c85ba15e043513fd68082ebde3b252f7baf6 /include | |
parent | 2024c39dbba4d036f0b16daf530ad5f4416fb344 (diff) | |
download | op-kernel-dev-e520a36de2f7985df5ef2e84a9f6d2608ecc6f25.zip op-kernel-dev-e520a36de2f7985df5ef2e84a9f6d2608ecc6f25.tar.gz |
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/arch-ixp4xx/udc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-arm/arch-ixp4xx/udc.h b/include/asm-arm/arch-ixp4xx/udc.h new file mode 100644 index 0000000..dbdec36f --- /dev/null +++ b/include/asm-arm/arch-ixp4xx/udc.h @@ -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); + |