mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] genirq/msi: Drop artificial PCI dependency
@ 2016-11-22  9:21 Marc Zyngier
  2016-11-22 10:07 ` [tip:irq/core] " tip-bot for Marc Zyngier
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Zyngier @ 2016-11-22  9:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: Thomas Gleixner

The generic MSI layer doesn't have any PCI ties anymore, and the
build hack should have been removed some time ago.

Fixes: d9109698be6e ("genirq: Introduce msi_domain_alloc/free_irqs()")
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
---
 kernel/irq/msi.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kernel/irq/msi.c b/kernel/irq/msi.c
index 8a3e8727..ee23006 100644
--- a/kernel/irq/msi.c
+++ b/kernel/irq/msi.c
@@ -14,9 +14,7 @@
 #include <linux/irq.h>
 #include <linux/irqdomain.h>
 #include <linux/msi.h>
-
-/* Temparory solution for building, will be removed later */
-#include <linux/pci.h>
+#include <linux/slab.h>
 
 /**
  * alloc_msi_entry - Allocate an initialize msi_entry
-- 
2.1.4

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

* [tip:irq/core] genirq/msi: Drop artificial PCI dependency
  2016-11-22  9:21 [PATCH] genirq/msi: Drop artificial PCI dependency Marc Zyngier
@ 2016-11-22 10:07 ` tip-bot for Marc Zyngier
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Marc Zyngier @ 2016-11-22 10:07 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: tglx, mingo, marc.zyngier, hpa, linux-kernel

Commit-ID:  4e201566402c878a225d4425df8a4a664c6f251e
Gitweb:     http://git.kernel.org/tip/4e201566402c878a225d4425df8a4a664c6f251e
Author:     Marc Zyngier <marc.zyngier@arm.com>
AuthorDate: Tue, 22 Nov 2016 09:21:16 +0000
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 22 Nov 2016 11:00:19 +0100

genirq/msi: Drop artificial PCI dependency

The generic MSI layer doesn't have any PCI ties anymore, and the
build hack should have been removed some time ago.

Fixes: d9109698be6e ("genirq: Introduce msi_domain_alloc/free_irqs()")
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Link: http://lkml.kernel.org/r/1479806476-20801-1-git-send-email-marc.zyngier@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
 kernel/irq/msi.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/kernel/irq/msi.c b/kernel/irq/msi.c
index 8a3e8727..ee23006 100644
--- a/kernel/irq/msi.c
+++ b/kernel/irq/msi.c
@@ -14,9 +14,7 @@
 #include <linux/irq.h>
 #include <linux/irqdomain.h>
 #include <linux/msi.h>
-
-/* Temparory solution for building, will be removed later */
-#include <linux/pci.h>
+#include <linux/slab.h>
 
 /**
  * alloc_msi_entry - Allocate an initialize msi_entry

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

end of thread, other threads:[~2016-11-22 10:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-22  9:21 [PATCH] genirq/msi: Drop artificial PCI dependency Marc Zyngier
2016-11-22 10:07 ` [tip:irq/core] " tip-bot for Marc Zyngier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome