projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25ba2f5
)
[MIPS] genirq: use name instead of typename
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Tue, 5 Dec 2006 16:20:57 +0000
(
01:20
+0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 6 Dec 2006 20:16:08 +0000
(20:16 +0000)
The "typename" field was obsoleted by the "name" field.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/irq.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/irq.c
b/arch/mips/kernel/irq.c
index b339798b3172d5e23b89428d40302ab78ba85959..2fe4c868a8016d85aae641a7d7c2888ce1279c14 100644
(file)
--- a/
arch/mips/kernel/irq.c
+++ b/
arch/mips/kernel/irq.c
@@
-117,7
+117,7
@@
int show_interrupts(struct seq_file *p, void *v)
for_each_online_cpu(j)
seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]);
#endif
- seq_printf(p, " %14s", irq_desc[i].chip->
type
name);
+ seq_printf(p, " %14s", irq_desc[i].chip->name);
seq_printf(p, " %s", action->name);
for (action=action->next; action; action = action->next)