]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitdfbe3331f57bb5cf9c89822c4712b4be6db60e12
tree4f5229496399366710c4db45e706447e92d9dd6b
parent5251e0ee7651c408743b46cbb8a9c0ebc7ceecca
[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]