summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/irq.h
diff options
context:
space:
mode:
authorMarc Zyngier <marc.zyngier@arm.com>2015-03-11 15:43:03 +0000
committerJason Cooper <jason@lakedaemon.net>2015-03-15 00:40:52 +0000
commit1a703bffd82e04d1c00a0b4373bf4db1e2d25681 (patch)
treee92ea370f89f93e694f18bf0bf7afb1493ee8a81 /arch/arm/mach-tegra/irq.h
parentf6f53169ead6c9604b4358ccc7e0568d7bba2941 (diff)
ARM: tegra: remove old LIC support
Now that all DTs have been updated, entierely drop support for the non-DT code. This is likely to break platforms that do not update their DT, so print a warning at boot time. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Link: https://lkml.kernel.org/r/1426088583-15097-7-git-send-email-marc.zyngier@arm.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-tegra/irq.h')
-rw-r--r--arch/arm/mach-tegra/irq.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/irq.h b/arch/arm/mach-tegra/irq.h
index bc05ce5613fb..5142649bba05 100644
--- a/arch/arm/mach-tegra/irq.h
+++ b/arch/arm/mach-tegra/irq.h
@@ -19,10 +19,4 @@
bool tegra_pending_sgi(void);
-#ifdef CONFIG_PM_SLEEP
-int tegra_legacy_irq_syscore_init(void);
-#else
-static inline int tegra_legacy_irq_syscore_init(void) { return 0; }
-#endif
-
#endif