summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx2/devices.h
diff options
context:
space:
mode:
authorMartin Fuzzey <mfuzzey@gmail.com>2009-11-21 12:14:58 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2010-03-02 23:52:57 +0100
commit4e0fa90d1de10d68429afa9353e10bb9436455db (patch)
tree1d7cde0908cb81120e2deace84db2a57e9742cf5 /arch/arm/mach-mx2/devices.h
parentUSB: MXC: use DMA_BIT_MASK macro rather than hardcoded constants. (diff)
downloadlinux-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.h1
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;