aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/plat-orion/include
diff options
context:
space:
mode:
authorGravatar Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 2014-04-22 23:26:41 +0200
committerGravatar Jason Cooper <jason@lakedaemon.net> 2014-04-26 19:45:26 +0000
commit880ff3e2255c05bac0d2010719da42a26fdbb185 (patch)
treeda8d129fb44dcce60dbd6dec948bf8862f8e9960 /arch/arm/plat-orion/include
parentARM: orion5x: convert Maxtor Shared Storage II to the Device Tree (diff)
downloadlinux-880ff3e2255c05bac0d2010719da42a26fdbb185.tar.gz
linux-880ff3e2255c05bac0d2010719da42a26fdbb185.tar.bz2
linux-880ff3e2255c05bac0d2010719da42a26fdbb185.zip
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')
-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 50547e417936..96be19e9bd93 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