summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx5/devices.h
diff options
context:
space:
mode:
authorArnaud Patard (Rtp)2010-12-20 16:48:57 +0100
committerSascha Hauer2011-01-03 10:20:23 +0100
commit8305ed75d1418f02933a48bcabdbb5032d885628 (patch)
tree2708abad21787d76a2ea838c56ddc9d167c4a7a6 /arch/arm/mach-mx5/devices.h
parentarch/arm/plat-mxc/ehci.c: fix errors/typos (diff)
downloadkernel-qcow2-linux-8305ed75d1418f02933a48bcabdbb5032d885628.tar.gz
kernel-qcow2-linux-8305ed75d1418f02933a48bcabdbb5032d885628.tar.xz
kernel-qcow2-linux-8305ed75d1418f02933a48bcabdbb5032d885628.zip
MX51: Add support for usb host 2
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/devices.h')
-rw-r--r--arch/arm/mach-mx5/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/devices.h b/arch/arm/mach-mx5/devices.h
index ccb7cdc9921b..16891aa3573c 100644
--- a/arch/arm/mach-mx5/devices.h
+++ b/arch/arm/mach-mx5/devices.h
@@ -1,5 +1,6 @@
extern struct platform_device mxc_usbdr_host_device;
extern struct platform_device mxc_usbh1_device;
+extern struct platform_device mxc_usbh2_device;
extern struct platform_device mxc_usbdr_udc_device;
extern struct platform_device mxc_hsi2c_device;
extern struct platform_device mxc_keypad_device;