summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.h
diff options
context:
space:
mode:
authorKamal Kannan Balagopalan <kbalagopalan@nvidia.com>2012-06-22 23:19:28 -0700
committerVarun Colbert <vcolbert@nvidia.com>2012-07-09 15:26:15 -0700
commit2f2a4ea1d2e8b11d39e18da9081a0a5ac516c387 (patch)
tree1333dbfd8f4b64b4858245f92d0c4d95df4ba81c /arch/arm/mach-tegra/devices.h
parent0c70326a883f49677d57125a6cc3e669f1bf1268 (diff)
ARM: tegra: wdt: Remove legacy WDT device support
Tegra3 adds new CPU watchdog timers. Remove the obsolete legacy WDT support for Tegra3 Bug 857748 Change-Id: I82478e1b43f22f39c1b8e6e66ae5299ffd079d1b Signed-off-by: Kamal Kannan Balagopalan <kbalagopalan@nvidia.com> Reviewed-on: http://git-master/r/109908 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.h')
-rw-r--r--arch/arm/mach-tegra/devices.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/devices.h b/arch/arm/mach-tegra/devices.h
index 790f801e7f0b..830f2cf7accc 100644
--- a/arch/arm/mach-tegra/devices.h
+++ b/arch/arm/mach-tegra/devices.h
@@ -97,8 +97,9 @@ extern struct platform_device tegra_gart_device;
#else
extern struct platform_device tegra_smmu_device;
#endif
+#if defined(CONFIG_ARCH_TEGRA_2x_SOC)
extern struct platform_device tegra_wdt_device;
-#if !defined(CONFIG_ARCH_TEGRA_2x_SOC)
+#else
extern struct platform_device tegra_wdt0_device;
extern struct platform_device tegra_wdt1_device;
extern struct platform_device tegra_wdt2_device;