diff options
author | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-02-17 06:06:59 -0500 |
---|---|---|
committer | GuanXuetao <gxt@mprc.pku.edu.cn> | 2011-03-16 21:19:17 -0400 |
commit | 3ab457cadd15bb388b200813222af1d5fb71c9d6 (patch) | |
tree | ddea55771f2e3f3981ce9c63dd20ec8faa80e90e /arch/unicore32 | |
parent | a913a8234bb812d21bb0f75c2458f9eb941ddf91 (diff) |
unicore32: remove unused lines in arch/unicore32/include/asm/irq.h
Signed-off-by: Guan Xuetao <gxt@mprc.pku.edu.cn>
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 | ||