[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-7cad45eea3849faeb34591b60d16b50d13a38d77@git.kernel.org>
Date: Mon, 25 Aug 2014 12:16:18 -0700
From: "tip-bot for Vincent Stehlé" <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
vincent.stehle@...oste.net, arnd@...db.de, tglx@...utronix.de,
lars@...afoo.de, linus.walleij@...aro.org
Subject: [tip:irq/urgent] irq: Export handle_fasteoi_irq
Commit-ID: 7cad45eea3849faeb34591b60d16b50d13a38d77
Gitweb: http://git.kernel.org/tip/7cad45eea3849faeb34591b60d16b50d13a38d77
Author: Vincent Stehlé <vincent.stehle@...oste.net>
AuthorDate: Fri, 22 Aug 2014 01:31:20 +0200
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Mon, 25 Aug 2014 21:13:30 +0200
irq: Export handle_fasteoi_irq
Export handle_fasteoi_irq to be able to use it in e.g. the Zynq gpio driver
since commit 6dd859508336 ("gpio: zynq: Fix IRQ handlers").
This fixes the following link issue:
ERROR: "handle_fasteoi_irq" [drivers/gpio/gpio-zynq.ko] undefined!
Signed-off-by: Vincent Stehlé <vincent.stehle@...oste.net>
Acked-by: Arnd Bergmann <arnd@...db.de>
Cc: linux-arm-kernel@...ts.infradead.org
Cc: Vincent Stehle <vincent.stehle@...oste.net>
Cc: Lars-Peter Clausen <lars@...afoo.de>
Cc: Linus Walleij <linus.walleij@...aro.org>
Link: http://lkml.kernel.org/r/1408663880-29179-1-git-send-email-vincent.stehle@laposte.net
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
kernel/irq/chip.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index a2b28a2..6223fab 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -517,6 +517,7 @@ out:
chip->irq_eoi(&desc->irq_data);
raw_spin_unlock(&desc->lock);
}
+EXPORT_SYMBOL_GPL(handle_fasteoi_irq);
/**
* handle_edge_irq - edge type IRQ handler
--
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