[ARM] 3943/1: share declaration of struct pxa2xx_udc_mach_info between multiple platforms
authorMilan Svoboda <msvoboda@ra.rockwell.com>
Wed, 29 Nov 2006 11:09:52 +0000 (12:09 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Nov 2006 20:23:07 +0000 (20:23 +0000)
commitaed6fad8beca30a71a6950b6f650822254efa8c6
tree4f5229496399366710c4db45e706447e92d9dd6b
parente730bf96c89b27b2a90ae3e8054dae6133b4f90b
[ARM] 3943/1: share declaration of struct pxa2xx_udc_mach_info between multiple platforms

Move declaration of struct pxa2xx_udc_mach_info from
include/asm-arm/arch-pxa/udc.h to new file
include/asm-arm/mach/udc_pxa2xx.h.

This allow us to use this structure with
multiple platforms - pxa and ixp4xx. USB
device controller used in pxa25x is the same
as controller used in ixp4xx.

Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-pxa/udc.h
include/asm-arm/mach/udc_pxa2xx.h [new file with mode: 0644]