Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68knommu: add back in declaration of do_IRQ

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>

+1
+1
arch/m68k/include/asm/machdep.h
··· 40 40 extern irqreturn_t arch_timer_interrupt(int irq, void *dummy); 41 41 42 42 extern void config_BSP(char *command, int len); 43 + extern void do_IRQ(int irq, struct pt_regs *fp); 43 44 44 45 #endif /* _M68K_MACHDEP_H */