linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] PCI: Mobiveil: export irq_set_msi_desc symbol
@ 2017-11-09 10:25 Subrahmanya Lingappa
  2017-11-09 12:03 ` [PATCH 1/2 v2] " subrahmanya_lingappa
  0 siblings, 1 reply; 6+ messages in thread
From: Subrahmanya Lingappa @ 2017-11-09 10:25 UTC (permalink / raw)
  To: Bjorn Helgaas, linux-pci, Peter W Newton, Mingkai Hu, M.h. Lian,
	Raj Raina, Rajan Kapoor, Prabhjot Singh, tglx

>From e38b741006856f3a3623109dd5ddf5f99326ce61 Mon Sep 17 00:00:00 2001
From: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
Date: Thu, 9 Nov 2017 04:25:21 -0500
Subject: [PATCH 1/2] PCI: Mobiveil: export irq_set_msi_desc symbol

This patch exports irq_set_msi_desc symbol which is used by
few PCIe root port drivers.
Tested against kernel : 4.9.0-xilinx-v2017.2.

Cc: bhelgaas@google.com
Cc: tglx@linutronix.de

Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>
---
 kernel/irq/chip.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index be3c34e..c4222c4 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -137,6 +137,7 @@ int irq_set_msi_desc(unsigned int irq, struct
msi_desc *entry)
  return irq_set_msi_desc_off(irq, 0, entry);
 }

+EXPORT_SYMBOL(irq_set_msi_desc);
 /**
  * irq_set_chip_data - set irq chip data for an irq
  * @irq: Interrupt number
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-10  5:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-09 10:25 [PATCH 1/2] PCI: Mobiveil: export irq_set_msi_desc symbol Subrahmanya Lingappa
2017-11-09 12:03 ` [PATCH 1/2 v2] " subrahmanya_lingappa
2017-11-09 13:27   ` Thomas Gleixner
2017-11-10  0:29     ` Subrahmanya Lingappa
2017-11-10  0:39       ` Bjorn Helgaas
2017-11-10  5:50         ` Subrahmanya Lingappa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).