[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <15052.1297265305@redhat.com>
Date: Wed, 09 Feb 2011 15:28:25 +0000
From: David Howells <dhowells@...hat.com>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: dhowells@...hat.com, LKML <linux-kernel@...r.kernel.org>,
Ingo Molnar <mingo@...e.hu>,
Peter Zijlstra <peterz@...radead.org>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Ralf Baechle <ralf@...ux-mips.org>,
Tony Luck <tony.luck@...el.com>,
Michal Simek <monstr@...str.eu>
Subject: Re: [patch 5/8] mn10300: Remove stale irq_chip.end
Thomas Gleixner <tglx@...utronix.de> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists