linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch] export irq_set_msi_desc
@ 2017-11-08 16:24 subrahmanya l
  2017-11-08 17:24 ` Christoph Hellwig
  0 siblings, 1 reply; 5+ messages in thread
From: subrahmanya l @ 2017-11-08 16:24 UTC (permalink / raw)
  To: linux-pci, bhelgaas

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

Few of the PCIe driver compilation fails with undefined symbol
"irq_set_msi_desc".
This patch is to export it.

-- 
Mobiveil INC., CONFIDENTIALITY NOTICE: This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may 
contain proprietary confidential or privileged information or otherwise be 
protected by law. Any unauthorized review, use, disclosure or distribution 
is prohibited. If you are not the intended recipient, please notify the 
sender and destroy all copies and the original message.

[-- Attachment #2: 0001-linux-driver-fix.patch --]
[-- Type: application/octet-stream, Size: 500 bytes --]


Signed-off-by: Subrahmanya Lingappa <l.subrahmanya@mobiveil.co.in>

diff -Naur kernel-source/kernel/irq/chip.c kernel-source.mod/kernel/irq/chip.c
--- kernel-source/kernel/irq/chip.c	2017-10-17 04:42:12.027684844 -0400
+++ kernel-source.mod/kernel/irq/chip.c	2017-10-17 04:43:44.904198138 -0400
@@ -137,6 +137,7 @@
 	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

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

end of thread, other threads:[~2017-12-08  8:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-08 16:24 [Patch] export irq_set_msi_desc subrahmanya l
2017-11-08 17:24 ` Christoph Hellwig
2017-11-09  5:12   ` subrahmanya l
2017-11-22  8:02     ` Marc Zyngier
2017-12-08  8:28       ` 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).