Commit 353bca5e authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Benjamin Herrenschmidt

powerpc/irq: Convert obsolete hw_interrupt_type to struct irq_chip

Impact: cleanup

Convert the last remaining users to struct irq_chip.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
CC: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: linuxppc-dev@ozlabs.org
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 97f7d6bc
...@@ -129,7 +129,7 @@ static inline int irqs_disabled_flags(unsigned long flags) ...@@ -129,7 +129,7 @@ static inline int irqs_disabled_flags(unsigned long flags)
* interrupt-retrigger: should we handle this via lost interrupts and IPIs * interrupt-retrigger: should we handle this via lost interrupts and IPIs
* or should we not care like we do now ? --BenH. * or should we not care like we do now ? --BenH.
*/ */
struct hw_interrupt_type; struct irq_chip;
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_HW_IRQ_H */ #endif /* _ASM_POWERPC_HW_IRQ_H */
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include <linux/irq.h> #include <linux/irq.h>
extern struct hw_interrupt_type pmac_pic; extern struct irq_chip pmac_pic;
extern void pmac_pic_init(void); extern void pmac_pic_init(void);
extern int pmac_get_irq(void); extern int pmac_get_irq(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment