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
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:34:54 -0800
commit589ff07058dbf429d0d11c4846fe876659782ccb (patch)
treeb6165717e3051f786856c289ae15a53c796acf44 /arch/arm/mach-tegra/devices.h
parent4e17fed66ac7ea6fe8bdb2d69f57bff7b15a4eb8 (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 47d4cb351ebd..6138bec36901 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -53,5 +53,9 @@ extern struct platform_device tegra_i2s_device2;
extern struct platform_device tegra_das_device;
extern struct platform_device tegra_pcm_device;
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