diff options
| -rw-r--r-- | drivers/irqchip/irq-omap-intc.c | 8 | ||||
| -rw-r--r-- | include/linux/irqchip/irq-omap-intc.h | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/drivers/irqchip/irq-omap-intc.c b/drivers/irqchip/irq-omap-intc.c index b444d0e48f1f..a569c6dbd1d1 100644 --- a/drivers/irqchip/irq-omap-intc.c +++ b/drivers/irqchip/irq-omap-intc.c | |||
| @@ -364,14 +364,6 @@ out: | |||
| 364 | omap_ack_irq(NULL); | 364 | omap_ack_irq(NULL); |
| 365 | } | 365 | } |
| 366 | 366 | ||
| 367 | void __init omap2_init_irq(void) | ||
| 368 | { | ||
| 369 | omap_nr_irqs = 96; | ||
| 370 | omap_nr_pending = 3; | ||
| 371 | omap_init_irq(OMAP24XX_IC_BASE, NULL); | ||
| 372 | set_handle_irq(omap_intc_handle_irq); | ||
| 373 | } | ||
| 374 | |||
| 375 | void __init omap3_init_irq(void) | 367 | void __init omap3_init_irq(void) |
| 376 | { | 368 | { |
| 377 | omap_nr_irqs = 96; | 369 | omap_nr_irqs = 96; |
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 @@ | |||
| 18 | #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H | 18 | #ifndef __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H |
| 19 | #define __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H | 19 | #define __INCLUDE_LINUX_IRQCHIP_IRQ_OMAP_INTC_H |
| 20 | 20 | ||
| 21 | void omap2_init_irq(void); | ||
| 22 | void omap3_init_irq(void); | 21 | void omap3_init_irq(void); |
| 23 | 22 | ||
| 24 | int omap_irq_pending(void); | 23 | int omap_irq_pending(void); |
