lkml.org 
[lkml]   [2011]   [Feb]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch 5/8] mn10300: Remove stale irq_chip.end
irq_chip.end got obsolete with the remnoval of __do_IRQ().

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: David Howells <dhowells@redhat.com>
---
arch/mn10300/kernel/mn10300-serial.c | 5 -----
1 file changed, 5 deletions(-)

Index: linux-2.6-tip/arch/mn10300/kernel/mn10300-serial.c
===================================================================
--- linux-2.6-tip.orig/arch/mn10300/kernel/mn10300-serial.c
+++ linux-2.6-tip/arch/mn10300/kernel/mn10300-serial.c
@@ -384,17 +384,12 @@ static void mn10300_serial_mask_ack(unsi
arch_local_irq_restore(flags);
}

-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,
};





\
 
 \ /
  Last update: 2011-02-03 01:51    [W:1.014 / U:0.024 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site