diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2010-09-29 12:44:23 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-10-12 10:53:44 -0400 |
commit | b7d0d8258a9f71949b810e0f82a3d75088f4d364 (patch) | |
tree | 1e37a6d3e89816abab898e3646a4e23eeb457021 /include/linux/interrupt.h | |
parent | 77dff1c755c3218691e95e7e38ee14323b35dbdb (diff) |
genirq: Remove arch_init_chip_data()
This function should have not been there in the first place.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index a0384a4d1e6f..19988983aeac 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -641,11 +641,8 @@ static inline void init_irq_proc(void) | |||
641 | struct seq_file; | 641 | struct seq_file; |
642 | int show_interrupts(struct seq_file *p, void *v); | 642 | int show_interrupts(struct seq_file *p, void *v); |
643 | 643 | ||
644 | struct irq_desc; | ||
645 | |||
646 | extern int early_irq_init(void); | 644 | extern int early_irq_init(void); |
647 | extern int arch_probe_nr_irqs(void); | 645 | extern int arch_probe_nr_irqs(void); |
648 | extern int arch_early_irq_init(void); | 646 | extern int arch_early_irq_init(void); |
649 | extern int arch_init_chip_data(struct irq_desc *desc, int node); | ||
650 | 647 | ||
651 | #endif | 648 | #endif |