Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

irqdomain: Export irq_domain_set_info() for module use

Export irq_domain_set_info() for module use. It will be used by the Volume
Management Device driver.

[bhelgaas: changelog]
Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>

authored by

Keith Busch and committed by
Bjorn Helgaas
64bce3e8 bf6f869f

+1
+1
kernel/irq/irqdomain.c
··· 1058 1058 __irq_set_handler(virq, handler, 0, handler_name); 1059 1059 irq_set_handler_data(virq, handler_data); 1060 1060 } 1061 + EXPORT_SYMBOL(irq_domain_set_info); 1061 1062 1062 1063 /** 1063 1064 * irq_domain_reset_irq_data - Clear hwirq, chip and chip_data in @irq_data