]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
irqdomain: Export irq_domain_set_info() for module use
authorKeith Busch <keith.busch@intel.com>
Tue, 12 Jan 2016 20:18:07 +0000 (13:18 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Jan 2016 19:54:43 +0000 (13:54 -0600)
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>
kernel/irq/irqdomain.c

index 22aa9612ef7ca98cd8796188a7021810cc86d05a..ca05cc841f001c10b40ac4c9898a422f67c3f8be 100644 (file)
@@ -1058,6 +1058,7 @@ void irq_domain_set_info(struct irq_domain *domain, unsigned int virq,
        __irq_set_handler(virq, handler, 0, handler_name);
        irq_set_handler_data(virq, handler_data);
 }
+EXPORT_SYMBOL(irq_domain_set_info);
 
 /**
  * irq_domain_reset_irq_data - Clear hwirq, chip and chip_data in @irq_data