summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorSumit Bhattacharya <sumitb@nvidia.com>2014-02-03 15:11:05 +0530
committerBharat Nihalani <bnihalani@nvidia.com>2014-03-12 01:25:24 -0700
commitb7b2435cc8713ea088f7defbd9f7facdb62f3404 (patch)
tree061fac03d15fe940e20ab54a4dd59c638f0c926a /arch/arm/mach-tegra/devices.h
parent180b20cc27a1499f56dff41ddddc043c217bc047 (diff)
arm: tegra: Add tegra offload and avp-audio driver
Add support for tegra offload and avp-audio driver for dalmore. bug 1399922 Change-Id: I00247f66aded23723209c276970eaa251624972e Signed-off-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-on: http://git-master/r/362810 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index 62f12731f237..eaba9cf49078 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -6,7 +6,7 @@
* Colin Cross <ccross@android.com>
* Erik Gilling <ccross@android.com>
*
- * Copyright (C) 2010-2013 NVIDIA CORPORATION. All rights reserved.
+ * Copyright (C) 2010-2014 NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -82,6 +82,8 @@ extern struct platform_device bluetooth_dit_device;
extern struct platform_device baseband_dit_device;
extern struct platform_device tegra_pcm_device;
extern struct platform_device tegra_tdm_pcm_device;
+extern struct platform_device tegra_offload_device;
+extern struct platform_device tegra30_avp_audio_device;
extern struct platform_device tegra_w1_device;
extern struct platform_device tegra_udc_device;
extern struct platform_device tegra_ehci1_device;