diff --git a/[refs] b/[refs] index 2fed8b923d71..7327e93656f5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7ebcfcf19723254ebe90cdf8718436b9955a9a01 +refs/heads/master: 334034c132017fa662716b70591b2297ed7f238c diff --git a/trunk/arch/avr32/include/asm/hw_irq.h b/trunk/arch/avr32/include/asm/hw_irq.h index 218b0a6bfd1b..a36f9fcb8fcd 100644 --- a/trunk/arch/avr32/include/asm/hw_irq.h +++ b/trunk/arch/avr32/include/asm/hw_irq.h @@ -1,7 +1,7 @@ #ifndef __ASM_AVR32_HW_IRQ_H #define __ASM_AVR32_HW_IRQ_H -static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) +static inline void hw_resend_irq(struct irq_chip *h, unsigned int i) { /* Nothing to do */ }