summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.c
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-09-01 14:47:32 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:41 -0800
commit17a1e7cf1d506da046718cafda1420a445fb6c1c (patch)
treeb6bb900c13cabc97fa84a5af8742eec364a25ac8 /arch/arm/mach-tegra/devices.c
parent08918c28a9795e2aa5a062939d7ffa6abfcffafb (diff)
ARM: tegra: Only Tegra3 has TSENSOR
Change-Id: I232d3ae5e037d491d1d8d185e75c1c9a7035cd4c Signed-off-by: Scott Williams <scwilliams@nvidia.com> Reviewed-on: http://git-master/r/50354 Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R899f3aaf97ca7f21785749a8675ba1bc461f81f9
Diffstat (limited to 'arch/arm/mach-tegra/devices.c')
-rw-r--r--arch/arm/mach-tegra/devices.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/devices.c b/arch/arm/mach-tegra/devices.c
index 03b76403274b..d8e004116821 100644
--- a/arch/arm/mach-tegra/devices.c
+++ b/arch/arm/mach-tegra/devices.c
@@ -1471,7 +1471,7 @@ struct platform_device tegra_kbc_device = {
},
};
-#if !defined(CONFIG_ARCH_TEGRA_2x_SOC)
+#if defined(CONFIG_ARCH_TEGRA_3x_SOC)
static struct resource tegra_tsensor_resources[]= {
{
.start = TEGRA_TSENSOR_BASE,