summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2010-11-03 19:08:48 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:36:38 -0800
commit3bee90df58a9fff265bf7163360db7627025d15d (patch)
tree9ebd218745be309d64dc4dd70483bb3b2b8a28e8 /arch/arm/mach-tegra/devices.h
parent0fd7ee1e22cff5c30ea134d3ebf764ecea2974a7 (diff)
ARM: tegra: add missing spdif device declaration in header
Change-Id: If447711b095ec7025f3bbe232e22444839054927 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index 79ab990f6ec4..91b0b54a6472 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -67,5 +67,6 @@ 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;
+extern struct platform_device tegra_spdif_device;
#endif