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: Thomas Gleixner <tglx@linutronix.de> CC: Benjamin Herrenschmidt <benh@kernel.crashing.org> CC: linuxppc-dev@ozlabs.org Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:

committed by
Benjamin Herrenschmidt

parent
97f7d6bcc1
commit
353bca5ed4
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <linux/irq.h>
|
||||
|
||||
extern struct hw_interrupt_type pmac_pic;
|
||||
extern struct irq_chip pmac_pic;
|
||||
|
||||
extern void pmac_pic_init(void);
|
||||
extern int pmac_get_irq(void);
|
||||
|
Reference in New Issue
Block a user