summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-07-28 16:22:31 -0700
committerColin Cross <ccross@android.com>2010-10-06 16:27:19 -0700
commit36564623b4e369346f0a913347c7c7b81ddf0ff1 (patch)
treed44fac39a78c2d5a719be89ae6c1a668227b9b36 /arch/arm/mach-tegra/devices.h
parentce3a041d2eb6d21544b311de6d7b337becf5ef74 (diff)
[ARM] tegra: add EHCI and UDC controllers to devices.c
update harmony and ventana to use the common UDC definition, rather than using the current duplicated definitions Change-Id: I2e3aca674ab35305a0c516bd22e044382280d05e Signed-off-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index bbe95926842d..b16042ce2c65 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -36,5 +36,9 @@ extern struct platform_device tegra_spi_device2;
extern struct platform_device tegra_spi_device3;
extern struct platform_device tegra_spi_device4;
extern struct platform_device tegra_w1_device;
+extern struct platform_device tegra_udc_device;
+extern struct platform_device tegra_ehci1_device;
+extern struct platform_device tegra_ehci2_device;
+extern struct platform_device tegra_ehci3_device;
#endif