| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] genirq: use name instead of typename |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Wed, 06 Dec 2006 01:20:57 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The "typename" field was obsoleted by the "name" field.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/kernel/irq.c b/arch/mips/kernel/irq.c
index b339798..2fe4c86 100644
--- a/arch/mips/kernel/irq.c
+++ b/arch/mips/kernel/irq.c
@@ -117,7 +117,7 @@ #else
for_each_online_cpu(j)
seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]);
#endif
- seq_printf(p, " %14s", irq_desc[i].chip->typename);
+ seq_printf(p, " %14s", irq_desc[i].chip->name);
seq_printf(p, " %s", action->name);
for (action=action->next; action; action = action->next)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: The difference between mips*-gnu and mips*-linux when configure tool-chain, Thiemo Seufer |
|---|---|
| Next by Date: | [PATCH] Import updates from i386's i8259.c, Atsushi Nemoto |
| Previous by Thread: | [PATCH] pte_offset(dir,addr): parenthesis fix, Franck Bui-Huu |
| Next by Thread: | [PATCH] Import updates from i386's i8259.c, Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |