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


Groups > linux.kernel > #1455118 > unrolled thread

[PATCH v12 01/11] genirq/msi: export msi_get_domain_info

Started byEric Auger <eric.auger@redhat.com>
First post2016-08-02 19:30 +0200
Last post2016-08-02 19:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v12 01/11] genirq/msi: export msi_get_domain_info Eric Auger <eric.auger@redhat.com> - 2016-08-02 19:30 +0200

#1455118 — [PATCH v12 01/11] genirq/msi: export msi_get_domain_info

FromEric Auger <eric.auger@redhat.com>
Date2016-08-02 19:30 +0200
Subject[PATCH v12 01/11] genirq/msi: export msi_get_domain_info
Message-ID<s1LFT-7yq-5@gated-at.bofh.it>
We plan to use msi_get_domain_info in VFIO module so let's export it.

Signed-off-by: Eric Auger <eric.auger@redhat.com>

---

v2 -> v3:
- remove static implementation in case CONFIG_PCI_MSI_IRQ_DOMAIN is not set
---
 kernel/irq/msi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/msi.c b/kernel/irq/msi.c
index 38e89ce..9b0ba4a 100644
--- a/kernel/irq/msi.c
+++ b/kernel/irq/msi.c
@@ -400,5 +400,6 @@ struct msi_domain_info *msi_get_domain_info(struct irq_domain *domain)
 {
 	return (struct msi_domain_info *)domain->host_data;
 }
+EXPORT_SYMBOL_GPL(msi_get_domain_info);
 
 #endif /* CONFIG_GENERIC_MSI_IRQ_DOMAIN */
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web