projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc7daf3
)
MN10300: Remove stale irq_chip.end - V2
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 18 Mar 2011 16:52:51 +0000
(16:52 +0000)
committer
David Howells
<dhowells@redhat.com>
Fri, 18 Mar 2011 16:52:51 +0000
(16:52 +0000)
irq_chip.end is obsolete with the removal of __do_IRQ().
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
arch/mn10300/kernel/mn10300-serial.c
patch
|
blob
|
history
diff --git
a/arch/mn10300/kernel/mn10300-serial.c
b/arch/mn10300/kernel/mn10300-serial.c
index
996384d
..
94f3b54
100644
(file)
--- a/
arch/mn10300/kernel/mn10300-serial.c
+++ b/
arch/mn10300/kernel/mn10300-serial.c
@@
-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,
};