summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-09-28 12:39:08 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:35:49 -0800
commit69103a545a6931c53703b0bb8d95fd0fdc2ef76e (patch)
treec5c081e2a8c0cae5827660c7c2ab1d3f488be343 /arch/arm/mach-tegra/devices.h
parentf21c1442f1f8836cb5a64e2068bf2f0455011b21 (diff)
[ARM] tegra: add tegra-otg and tegra_uart to devices.c
Change-Id: Icdc0de036566220f337a21d5b1bae0e81057f115 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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index 8b7e3e47d187..cb7c87cbcbf2 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -59,4 +59,11 @@ extern struct platform_device tegra_pwfm0_device;
extern struct platform_device tegra_pwfm1_device;
extern struct platform_device tegra_pwfm2_device;
extern struct platform_device tegra_pwfm3_device;
+extern struct platform_device tegra_otg_device;
+extern struct platform_device tegra_uart0_device;
+extern struct platform_device tegra_uart1_device;
+extern struct platform_device tegra_uart2_device;
+extern struct platform_device tegra_uart3_device;
+extern struct platform_device tegra_uart4_device;
+
#endif