forked from Minki/linux
Revert "MIPS: Print irq handler description"
This reverts commit 558d1de8ba
.
This commit is contained in:
parent
dbda6ac089
commit
5312dc6bc0
@ -111,7 +111,6 @@ int show_interrupts(struct seq_file *p, void *v)
|
||||
seq_printf(p, "%10u ", kstat_cpu(j).irqs[i]);
|
||||
#endif
|
||||
seq_printf(p, " %14s", irq_desc[i].chip->name);
|
||||
seq_printf(p, "-%-8s", irq_desc[i].name);
|
||||
seq_printf(p, " %s", action->name);
|
||||
|
||||
for (action=action->next; action; action = action->next)
|
||||
|
Loading…
Reference in New Issue
Block a user