From: Thomas Gleixner Date: Wed, 7 May 2014 15:44:19 +0000 (+0000) Subject: s390: Remove pointless arch_show_interrupts() X-Git-Tag: firefly_0821_release~176^2~3785^2~17^2~10 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5fdaf1bf8a60f73a11cb4431fd06daa2b295a327;p=firefly-linux-kernel-4.4.55.git s390: Remove pointless arch_show_interrupts() S390 is not using the generic show interrupts implementation so the extra arch_show_interrupts() is just useless. Signed-off-by: Thomas Gleixner Reviewed-by: Grant Likely Cc: Tony Luck Cc: Peter Zijlstra Cc: Martin Schwidefsky Cc: Heiko Carstens Cc: linux390@de.ibm.com Link: http://lkml.kernel.org/r/20140507154339.609149081@linutronix.de Signed-off-by: Thomas Gleixner --- diff --git a/arch/s390/kernel/irq.c b/arch/s390/kernel/irq.c index c7463aa0014b..2fb099809d5d 100644 --- a/arch/s390/kernel/irq.c +++ b/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. */