[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-5fdaf1bf8a60f73a11cb4431fd06daa2b295a327@git.kernel.org>
Date: Fri, 16 May 2014 06:36:42 -0700
From: tip-bot for Thomas Gleixner <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, grant.likely@...aro.org,
hpa@...or.com, mingo@...nel.org, schwidefsky@...ibm.com,
peterz@...radead.org, tony.luck@...el.com,
heiko.carstens@...ibm.com, tglx@...utronix.de
Subject: [tip:irq/core] s390: Remove pointless arch_show_interrupts()
Commit-ID: 5fdaf1bf8a60f73a11cb4431fd06daa2b295a327
Gitweb: http://git.kernel.org/tip/5fdaf1bf8a60f73a11cb4431fd06daa2b295a327
Author: Thomas Gleixner <tglx@...utronix.de>
AuthorDate: Wed, 7 May 2014 15:44:19 +0000
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Fri, 16 May 2014 14:05:22 +0200
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 <tglx@...utronix.de>
Reviewed-by: Grant Likely <grant.likely@...aro.org>
Cc: Tony Luck <tony.luck@...el.com>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Martin Schwidefsky <schwidefsky@...ibm.com>
Cc: Heiko Carstens <heiko.carstens@...ibm.com>
Cc: linux390@...ibm.com
Link: http://lkml.kernel.org/r/20140507154339.609149081@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
arch/s390/kernel/irq.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/s390/kernel/irq.c b/arch/s390/kernel/irq.c
index c7463aa..2fb0998 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.
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists