The patch titled m68knommu: declare do_IRQ() has been removed from the -mm tree. Its filename was m68knommu-declare-do_irq.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: m68knommu: declare do_IRQ() From: Greg Ungerer <gerg@xxxxxxxxxxxx> Need a declaration of do_IRQ for the 68328 interrupt handling code. It is common to all m68knommu targets, so a common declaration makes sense. Signed-off-by: Greg Ungerer <gerg@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-m68knommu/machdep.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN include/asm-m68knommu/machdep.h~m68knommu-declare-do_irq include/asm-m68knommu/machdep.h --- a/include/asm-m68knommu/machdep.h~m68knommu-declare-do_irq +++ a/include/asm-m68knommu/machdep.h @@ -21,4 +21,6 @@ extern void (*mach_power_off)( void ); extern void config_BSP(char *command, int len); +extern void do_IRQ(int irq, struct pt_regs *fp); + #endif /* _M68KNOMMU_MACHDEP_H */ _ Patches currently in -mm which might be from gerg@xxxxxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html