aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-09-01 10:36:27 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-09-01 10:36:27 -0700
commit7505ceaf863590b24a4c0c83b64817d26e0d51e3 (patch)
tree91b8099baacfa15d85e8cad733b1ae7321be8c09 /kernel
parentLinux 3.17-rc3 (diff)
parentirq: Export handle_fasteoi_irq (diff)
downloadlinux-dev-7505ceaf863590b24a4c0c83b64817d26e0d51e3.tar.xz
linux-dev-7505ceaf863590b24a4c0c83b64817d26e0d51e3.zip
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq handling fixlet from Thomas Gleixner: "Just an export for an interrupt flow handler which is now used in gpio modules" * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irq: Export handle_fasteoi_irq
Diffstat (limited to 'kernel')
-rw-r--r--kernel/irq/chip.c1
1 files changed, 1 insertions, 0 deletions
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