Commit 7505ceaf863590b24a4c0c83b64817d26e0d51e3

Authored by Linus Torvalds

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

Showing 1 changed file Side-by-side Diff

... ... @@ -517,6 +517,7 @@
517 517 chip->irq_eoi(&desc->irq_data);
518 518 raw_spin_unlock(&desc->lock);
519 519 }
  520 +EXPORT_SYMBOL_GPL(handle_fasteoi_irq);
520 521  
521 522 /**
522 523 * handle_edge_irq - edge type IRQ handler