From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754609AbbJIPWA (ORCPT ); Fri, 9 Oct 2015 11:22:00 -0400 Received: from terminus.zytor.com ([198.137.202.10]:48668 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751282AbbJIPV6 (ORCPT ); Fri, 9 Oct 2015 11:21:58 -0400 Date: Fri, 9 Oct 2015 08:21:34 -0700 From: tip-bot for Arnd Bergmann Message-ID: Cc: austin@peloton-tech.com, mingo@kernel.org, ssantosh@kernel.org, grygorii.strashko@ti.com, arnd@arndb.de, tony@atomide.com, tglx@linutronix.de, hpa@zytor.com, linus.walleij@linaro.org, linux-kernel@vger.kernel.org Reply-To: tglx@linutronix.de, hpa@zytor.com, linux-kernel@vger.kernel.org, linus.walleij@linaro.org, grygorii.strashko@ti.com, ssantosh@kernel.org, austin@peloton-tech.com, mingo@kernel.org, tony@atomide.com, arnd@arndb.de In-Reply-To: <5847725.4IBopItaOr@wuerfel> References: <5847725.4IBopItaOr@wuerfel> To: linux-tip-commits@vger.kernel.org Subject: [tip:irq/urgent] genirq: Export handle_bad_irq Git-Commit-ID: 9d67dc5da59d63f746aad8f6ec4fbb86d6486f76 X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Commit-ID: 9d67dc5da59d63f746aad8f6ec4fbb86d6486f76 Gitweb: http://git.kernel.org/tip/9d67dc5da59d63f746aad8f6ec4fbb86d6486f76 Author: Arnd Bergmann AuthorDate: Tue, 6 Oct 2015 22:24:50 +0200 Committer: Thomas Gleixner CommitDate: Fri, 9 Oct 2015 17:17:30 +0200 genirq: Export handle_bad_irq A cleanup of the omap gpio driver introduced a use of the handle_bad_irq() function in a device driver that can be a loadable module. This broke the ARM allmodconfig build: ERROR: "handle_bad_irq" [drivers/gpio/gpio-omap.ko] undefined! This patch exports the handle_bad_irq symbol in order to allow the use in modules. Signed-off-by: Arnd Bergmann Cc: Grygorii Strashko Cc: Santosh Shilimkar Cc: Linus Walleij Cc: Austin Schuh Cc: Tony Lindgren Cc: linux-arm-kernel@lists.infradead.org Link: http://lkml.kernel.org/r/5847725.4IBopItaOr@wuerfel Signed-off-by: Thomas Gleixner --- kernel/irq/handle.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/irq/handle.c b/kernel/irq/handle.c index de41a68..77983fc 100644 --- a/kernel/irq/handle.c +++ b/kernel/irq/handle.c @@ -35,6 +35,7 @@ void handle_bad_irq(struct irq_desc *desc) kstat_incr_irqs_this_cpu(desc); ack_bad_irq(irq); } +EXPORT_SYMBOL_GPL(handle_bad_irq); /* * Special, empty irq handler: