aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq
diff options
context:
space:
mode:
authorKeith Busch <keith.busch@intel.com>2016-01-12 13:18:07 -0700
committerBjorn Helgaas <bhelgaas@google.com>2016-01-15 13:54:43 -0600
commit64bce3e8bfb3cf2cbc638296390af3e02e747347 (patch)
treec3fd23673eb5c3e9634f23d17591a0664a30623d /kernel/irq
parentgenirq/MSI: Relax msi_domain_alloc() to support parentless MSI irqdomains (diff)
downloadlinux-dev-64bce3e8bfb3cf2cbc638296390af3e02e747347.tar.xz
linux-dev-64bce3e8bfb3cf2cbc638296390af3e02e747347.zip
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>
Diffstat (limited to 'kernel/irq')
-rw-r--r--kernel/irq/irqdomain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 22aa9612ef7c..ca05cc841f00 100644
--- a/kernel/irq/irqdomain.c
+++ b/kernel/irq/irqdomain.c
@@ -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