summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-10-01 17:02:12 -0700
committerRebecca Schultz Zavin <rebecca@android.com>2010-10-08 15:59:01 -0700
commit711c1c9e2c95944667eef1a5b1bc5347ed3c6c0f (patch)
tree94267ee44df41be8288c21c8a9cbe0d20efb46dd /arch/arm/mach-tegra/devices.h
parent9e43de402c3b1aaf6a1c0924bd669a63b74b8999 (diff)
[ARM] tegra: add graphics host to devices.c
Change-Id: I4c694d3c9f8a15975591ba5b61625da410991efd 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.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 d35b6b91b0e6..b0ee0c2916a6 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -56,4 +56,6 @@ extern struct platform_device tegra_uart2_device;
extern struct platform_device tegra_uart3_device;
extern struct platform_device tegra_uart4_device;
extern struct platform_device tegra_spdif_device;
+extern struct platform_device tegra_grhost_device;
+
#endif