[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.10.1409011020460.3333@nanos>
Date:	Mon, 1 Sep 2014 10:22:21 +0200 (CEST)
From:	Thomas Gleixner <tglx@...utronix.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
cc:	Andrew Morton <akpm@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Ingo Molnar <mingo@...nel.org>,
	"H. Peter Anvin" <hpa@...or.com>
Subject: [GIT Pull] x86 fixes for 3.17
Linus,
please pull the latest irq-urgent-for-linus git tree from:
   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus
Just an export for an interrupt flow handler which is now used in gpio
modules.
Thanks,
	tglx
------------------>
Vincent Stehlé (1):
      irq: Export handle_fasteoi_irq
 kernel/irq/chip.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index a2b28a2fd7b1..6223fab9a9d2 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
Powered by blists - more mailing lists
 
