aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorTony Lindgren <[email protected]>2015-01-13 14:23:26 -0800
committerThomas Gleixner <[email protected]>2015-01-26 11:38:23 +0100
commitc7f2a2ac377626897ad68e63d24d85ee21f47bb1 (patch)
tree62b0870b786ad5ecb4baf239d99833184ed6ebe5 /include/linux
parent19f92b237b1700d30b788f00b16a627ffbfdf0e5 (diff)
irqchip: omap-intc: Remove unused legacy interface for omap2
Nowadays omap2 is booting in device tree only mode so there is no need to keep the legacy interface around for omap2_init_irq(). Signed-off-by: Tony Lindgren <[email protected]> Reviewed-by: Felipe Balbi <[email protected]> Cc: Jason Cooper <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/irqchip/irq-omap-intc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/irqchip/irq-omap-intc.h b/include/linux/irqchip/irq-omap-intc.h
index bda426ab0ab7..2e3d1afeb674 100644
--- a/include/linux/irqchip/irq-omap-intc.h
+++ b/include/linux/irqchip/irq-omap-intc.h
@@ -18,7 +18,6 @@
#ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
#define __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H
-void omap2_init_irq(void);
void omap3_init_irq(void);
int omap_irq_pending(void);