aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gleixner <[email protected]>2014-05-07 15:44:19 +0000
committerThomas Gleixner <[email protected]>2014-05-16 14:05:22 +0200
commit5fdaf1bf8a60f73a11cb4431fd06daa2b295a327 (patch)
tree959a0c979d22ef8dc2d63e2a3097b52983579cb7
parent0a0a94219074d79370b1cd1b533ead63d51c3730 (diff)
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 <[email protected]> Reviewed-by: Grant Likely <[email protected]> Cc: Tony Luck <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Martin Schwidefsky <[email protected]> Cc: Heiko Carstens <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
-rw-r--r--arch/s390/kernel/irq.c5
1 files changed, 0 insertions, 5 deletions
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.
*/