Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e61645a0 authored by Thomas Gleixner's avatar Thomas Gleixner Committed by David Howells
Browse files

MN10300: Remove stale irq_chip.end - V2



irq_chip.end is obsolete with the removal of __do_IRQ().

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent dc7daf33
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -394,7 +394,6 @@ static struct irq_chip mn10300_serial_pic = {
	.mask		= mn10300_serial_mask_ack,
	.mask_ack	= mn10300_serial_mask_ack,
	.unmask		= mn10300_serial_nop,
	.end		= mn10300_serial_nop,
};