]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
m68knommu: add back in declaration of do_IRQ
authorGreg Ungerer <gerg@uclinux.org>
Tue, 2 Nov 2010 07:44:22 +0000 (17:44 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 3 Nov 2010 01:29:58 +0000 (11:29 +1000)
The cleanup and merge of machdep should not have removed the do_IRQ
declaration. It is needed by the 68328 based targets.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/machdep.h

index 789f3b2de0e9bf2f63720bcc0c522c686e9c9d31..415d5484916c4d9e6ec1981e380cfe9a0f1ab4de 100644 (file)
@@ -40,5 +40,6 @@ extern unsigned long hw_timer_offset(void);
 extern irqreturn_t arch_timer_interrupt(int irq, void *dummy);
 
 extern void config_BSP(char *command, int len);
+extern void do_IRQ(int irq, struct pt_regs *fp);
 
 #endif /* _M68K_MACHDEP_H */