Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1296117

[PATCHv7 3/6] x86/IRQ: Export IRQ domain function for module use

From Keith Busch <keith.busch@intel.com>
Newsgroups linux.kernel
Subject [PATCHv7 3/6] x86/IRQ: Export IRQ domain function for module use
Date 2015-12-21 18:50 +0100
Message-ID <qIcKS-14N-15@gated-at.bofh.it> (permalink)
References <qIcKS-14N-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Signed-off-by: Keith Busch <keith.busch@intel.com>
---
 kernel/irq/irqdomain.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c
index 22aa961..ca05cc8 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
-- 
2.6.2.307.g37023ba

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCHv7 0/6] Driver for new "VMD" device Keith Busch <keith.busch@intel.com> - 2015-12-21 18:50 +0100
  [PATCHv7 1/6] msi: Relax msi_domain_alloc() to support parentless MSI irqdomains Keith Busch <keith.busch@intel.com> - 2015-12-21 18:50 +0100
  [PATCHv7 5/6] x86/PCI: Initial commit for new VMD device driver Keith Busch <keith.busch@intel.com> - 2015-12-21 18:50 +0100
  [PATCHv7 6/6] PCI/AER: Use 32 bit int type domains Keith Busch <keith.busch@intel.com> - 2015-12-21 18:50 +0100
  [PATCHv7 3/6] x86/IRQ: Export IRQ domain function for module use Keith Busch <keith.busch@intel.com> - 2015-12-21 18:50 +0100
  [PATCHv7 4/6] x86/PCI: Allow PCI domain specific dma ops Keith Busch <keith.busch@intel.com> - 2015-12-21 18:50 +0100

csiph-web