aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/irqchip
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2017-10-16 18:04:22 +0200
committerThomas Gleixner <tglx@linutronix.de>2017-10-16 21:05:14 +0200
commit62518c02f75ff9b19c07b53b8e13ed878211b795 (patch)
tree38cc9efdfe7ac77d3df299ceeafb18182a02f99e /include/linux/irqchip
parentgenirq/matrix: Add tracepoints (diff)
downloadlinux-dev-62518c02f75ff9b19c07b53b8e13ed878211b795.tar.xz
linux-dev-62518c02f75ff9b19c07b53b8e13ed878211b795.zip
irqchip/irq-omap-intc: Remove omap3_init_irq()
All mach-omap2 variants are device tree only now, so this function is dead code. Remove it. Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Tony Lindgren <tony@atomide.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: linux-omap@vger.kernel.org Cc: Jason Cooper <jason@lakedaemon.net> Link: https://lkml.kernel.org/r/20171016160422.uu2i7vvrgy7cc4aw@lenoch
Diffstat (limited to 'include/linux/irqchip')
-rw-r--r--include/linux/irqchip/irq-omap-intc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/irqchip/irq-omap-intc.h b/include/linux/irqchip/irq-omap-intc.h
index 2e3d1afeb674..f19ccee7749f 100644
--- a/include/linux/irqchip/irq-omap-intc.h
+++ b/include/linux/irqchip/irq-omap-intc.h
@@ -18,8 +18,6 @@
#ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
#define __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
-void omap3_init_irq(void);
-
int omap_irq_pending(void);
void omap_intc_save_context(void);
void omap_intc_restore_context(void);