Skip to content

Commit

Permalink
powerpc/irq: Convert obsolete hw_interrupt_type to struct irq_chip
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Gleixner authored and Benjamin Herrenschmidt committed Mar 11, 2009
1 parent 97f7d6b commit 353bca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/include/asm/hw_irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ static inline int irqs_disabled_flags(unsigned long flags)
* interrupt-retrigger: should we handle this via lost interrupts and IPIs
* or should we not care like we do now ? --BenH.
*/
struct hw_interrupt_type;
struct irq_chip;

#endif /* __KERNEL__ */
#endif /* _ASM_POWERPC_HW_IRQ_H */
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/powermac/pic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 353bca5

Please sign in to comment.