[patch 26/32] s390: Remove pointless arch_show_interrupts()

From: Thomas Gleixner
Date: Wed May 07 2014 - 11:47:31 EST


S390 is not using the generic show interrupts implementation so the
extra arch_show_interrupts() is just useless.

Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>
Cc: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
Cc: linux390@xxxxxxxxxx
---
arch/s390/kernel/irq.c | 5 -----
1 file changed, 5 deletions(-)

Index: tip/arch/s390/kernel/irq.c
===================================================================
--- tip.orig/arch/s390/kernel/irq.c
+++ tip/arch/s390/kernel/irq.c
@@ -151,11 +151,6 @@ out:
return 0;
}

-int arch_show_interrupts(struct seq_file *p, int prec)
-{
- return 0;
-}
-
/*
* Switch to the asynchronous interrupt stack for softirq execution.
*/


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/