X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=arch%2Fsh64%2Fkernel%2Firq.c;h=e7e07f8749c9907567ff8a83053b45f2577eea61;hb=6ab3d5624e172c553004ecc862bfeac16d9d68b7;hp=d69879c0e063dc7ed39f890fd5020345f830a268;hpb=2e1ca21d46aaef95101723fa402f39d3a95aba59;p=karo-tx-linux.git diff --git a/arch/sh64/kernel/irq.c b/arch/sh64/kernel/irq.c index d69879c0e063..e7e07f8749c9 100644 --- a/arch/sh64/kernel/irq.c +++ b/arch/sh64/kernel/irq.c @@ -15,7 +15,6 @@ * Naturally it's not a 1:1 relation, but there are similarities. */ -#include #include #include #include @@ -65,7 +64,7 @@ int show_interrupts(struct seq_file *p, void *v) goto unlock; seq_printf(p, "%3d: ",i); seq_printf(p, "%10u ", kstat_irqs(i)); - seq_printf(p, " %14s", irq_desc[i].handler->typename); + seq_printf(p, " %14s", irq_desc[i].chip->typename); seq_printf(p, " %s", action->name); for (action=action->next; action; action = action->next)