]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit - kernel/irq/chip.c
genirq: Export more irq_chip_*_parent() functions
authorDavid Daney <david.daney@cavium.com>
Fri, 18 Aug 2017 00:53:30 +0000 (17:53 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 18 Aug 2017 09:21:40 +0000 (11:21 +0200)
commit65efd9a49af8174b2283fd5b27e9edf30e4483d0
tree1431d7ee0b4e30721a304b76a7a3c928e02bf919
parent44e72c7ebf294043cfe276f7328b8c0e6a3e50e9
genirq: Export more irq_chip_*_parent() functions

Many of the family of functions including irq_chip_mask_parent(),
irq_chip_unmask_parent() are exported, but not all.

Add EXPORT_SYMBOL_GPL to irq_chip_enable_parent,
irq_chip_disable_parent and irq_chip_set_affinity_parent, so they
likewise are usable from modules.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Alexandre Courbot <gnurou@gmail.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
Link: http://lkml.kernel.org/r/1503017616-3252-2-git-send-email-david.daney@cavium.com
kernel/irq/chip.c