irq_chip.end got obsolete with the remnoval of __do_IRQ(). Might compiles this time, if i had a compiler ... Signed-off-by: Thomas Gleixner --- arch/mn10300/kernel/mn10300-serial.c | 1 - 1 file changed, 1 deletion(-) Index: linux-next/arch/mn10300/kernel/mn10300-serial.c =================================================================== --- linux-next.orig/arch/mn10300/kernel/mn10300-serial.c +++ linux-next/arch/mn10300/kernel/mn10300-serial.c @@ -394,7 +394,6 @@ static struct irq_chip mn10300_serial_pi .mask = mn10300_serial_mask_ack, .mask_ack = mn10300_serial_mask_ack, .unmask = mn10300_serial_nop, - .end = mn10300_serial_nop, }; -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/