summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorIliyan Malchev <malchev@google.com>2010-07-29 13:57:45 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:34:55 -0800
commitcc6a4a5aee0b49e29e0fa598f8cdc3081ad5926c (patch)
treeab885373f54331f683026ca52ca40e7872f87731 /arch/arm/mach-tegra/devices.h
parent9ccb1d680694191dde41a4ba41f3b7cd219f489f (diff)
[ARM] tegra: add platform devices for i2s1 and i2s2
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index 6138bec36901..cc913780a540 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -57,5 +57,7 @@ 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;
+extern struct platform_device tegra_i2s_device1;
+extern struct platform_device tegra_i2s_device2;
#endif