diff options
Diffstat (limited to 'arch/unicore32')
-rw-r--r-- | arch/unicore32/include/asm/irq.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/unicore32/include/asm/irq.h b/arch/unicore32/include/asm/irq.h index ade8bb87111d..baea93e2a6e6 100644 --- a/arch/unicore32/include/asm/irq.h +++ b/arch/unicore32/include/asm/irq.h | |||
@@ -95,9 +95,7 @@ | |||
95 | #define IRQ_SD_CD IRQ_GPIO6 /* falling or rising trigger */ | 95 | #define IRQ_SD_CD IRQ_GPIO6 /* falling or rising trigger */ |
96 | 96 | ||
97 | #ifndef __ASSEMBLY__ | 97 | #ifndef __ASSEMBLY__ |
98 | struct irqaction; | ||
99 | struct pt_regs; | 98 | struct pt_regs; |
100 | extern void migrate_irqs(void); | ||
101 | 99 | ||
102 | extern void asm_do_IRQ(unsigned int, struct pt_regs *); | 100 | extern void asm_do_IRQ(unsigned int, struct pt_regs *); |
103 | 101 | ||