summaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-orion/include/plat
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-22 23:26:41 +0200
committerJason Cooper <jason@lakedaemon.net>2014-04-26 19:45:26 +0000
commit880ff3e2255c05bac0d2010719da42a26fdbb185 (patch)
treeda8d129fb44dcce60dbd6dec948bf8862f8e9960 /arch/arm/plat-orion/include/plat
parentfbf04d814d0a57b0eead41efd70b3fbe903201d9 (diff)
downloadop-kernel-dev-880ff3e2255c05bac0d2010719da42a26fdbb185.zip
op-kernel-dev-880ff3e2255c05bac0d2010719da42a26fdbb185.tar.gz
ARM: orion: remove no longer needed DT IRQ code
Following the move of the Orion5x Device Tree support to use irqchip_init() for the interrupt controller probing, the plat-orion/irq.c code for DT-probing of the interrupt controller is no longer necessary, so we can get rid of it. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Link: https://lkml.kernel.org/r/1398202002-28530-38-git-send-email-thomas.petazzoni@free-electrons.com Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/plat-orion/include/plat')
-rw-r--r--arch/arm/plat-orion/include/plat/irq.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/plat-orion/include/plat/irq.h b/arch/arm/plat-orion/include/plat/irq.h
index 50547e4..96be19e 100644
--- a/arch/arm/plat-orion/include/plat/irq.h
+++ b/arch/arm/plat-orion/include/plat/irq.h
@@ -12,5 +12,4 @@
#define __PLAT_IRQ_H
void orion_irq_init(unsigned int irq_start, void __iomem *maskaddr);
-void __init orion_dt_init_irq(void);
#endif
OpenPOWER on IntegriCloud