diff options
author | Martin Fuzzey <mfuzzey@gmail.com> | 2009-11-21 12:14:58 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-03-02 23:52:57 +0100 |
commit | 4e0fa90d1de10d68429afa9353e10bb9436455db (patch) | |
tree | 1d7cde0908cb81120e2deace84db2a57e9742cf5 /arch/arm/mach-mx2/devices.h | |
parent | USB: MXC: use DMA_BIT_MASK macro rather than hardcoded constants. (diff) | |
download | linux-4e0fa90d1de10d68429afa9353e10bb9436455db.tar.xz linux-4e0fa90d1de10d68429afa9353e10bb9436455db.zip |
USB: MXC: add platform resources for i.MX21 USB host controller.
Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-mx2/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx2/devices.h b/arch/arm/mach-mx2/devices.h index 97306aa18f1c..f12694b07369 100644 --- a/arch/arm/mach-mx2/devices.h +++ b/arch/arm/mach-mx2/devices.h @@ -26,5 +26,6 @@ extern struct platform_device mxc_usbh2; extern struct platform_device mxc_spi_device0; extern struct platform_device mxc_spi_device1; extern struct platform_device mxc_spi_device2; +extern struct platform_device mx21_usbhc_device; extern struct platform_device imx_ssi_device0; extern struct platform_device imx_ssi_device1; |