Re: [patch 5/8] mn10300: Remove stale irq_chip.end

From: David Howells
Date: Wed Feb 09 2011 - 10:29:02 EST


Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:

> -static void mn10300_serial_nop(unsigned int irq)
> -{
> -}
> -
> static struct irq_chip mn10300_serial_pic = {
> .name = "mnserial",
> .ack = mn10300_serial_mask_ack,
> .mask = mn10300_serial_mask_ack,
> .mask_ack = mn10300_serial_mask_ack,
> .unmask = mn10300_serial_nop,
> - .end = mn10300_serial_nop,
> };

This doesn't compile. .unmask still refers to that function.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/