aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/include/asm/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/avr32/include/asm/hw_irq.h')
-rw-r--r--arch/avr32/include/asm/hw_irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/avr32/include/asm/hw_irq.h b/arch/avr32/include/asm/hw_irq.h
index 218b0a6bfd1b..a36f9fcb8fcd 100644
--- a/arch/avr32/include/asm/hw_irq.h
+++ b/arch/avr32/include/asm/hw_irq.h
@@ -1,7 +1,7 @@
1#ifndef __ASM_AVR32_HW_IRQ_H 1#ifndef __ASM_AVR32_HW_IRQ_H
2#define __ASM_AVR32_HW_IRQ_H 2#define __ASM_AVR32_HW_IRQ_H
3 3
4static inline void hw_resend_irq(struct hw_interrupt_type *h, unsigned int i) 4static inline void hw_resend_irq(struct irq_chip *h, unsigned int i)
5{ 5{
6 /* Nothing to do */ 6 /* Nothing to do */
7} 7}