summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorManoj Chourasia <mchourasia@nvidia.com>2011-12-20 00:20:16 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:58:57 -0700
commit65b482e72c1670adacf2c1d36a7b6488e9d1ad6a (patch)
treead5615711b92894f811b6937224179a56395547d /arch/arm/mach-tegra/devices.h
parent553fbafffe95a577a8f4a562f28dce3c98106307 (diff)
arm: tegra: Add display and nvmap devices
bug 871603 Reviewed-on: http://git-master/r/72257 Change-Id: I78e7e6c2d86ed8336cb32374f1f3e904365d46ec Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Manoj Chourasia <mchourasia@nvidia.com> Reviewed-on: http://git-master/r/75542 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Varun Wadekar <vwadekar@nvidia.com> Tested-by: Varun Wadekar <vwadekar@nvidia.com> Rebase-Id: R15d50b8b8c919d043471779fe0e729508757446c
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index da117df233ac..31c65d95d3a1 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -23,6 +23,7 @@
#include <linux/platform_device.h>
#include <linux/platform_data/tegra_usb.h>
+#include <linux/nvhost.h>
#include <linux/usb/tegra_usb_phy.h>
@@ -130,4 +131,6 @@ extern struct platform_device tegra_se_device;
extern struct platform_device debug_uarte_device;
#endif
+extern struct nvhost_device tegra_disp1_device;
+extern struct platform_device tegra_nvmap_device;
#endif