public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irq-alpine-msi: don't use <asm-generic/msi.h>
@ 2016-05-05 14:41 Christoph Hellwig
  2016-05-05 15:15 ` [tip:irq/core] irqchip/alpine-msi: Don't " tip-bot for Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2016-05-05 14:41 UTC (permalink / raw)
  To: marc.zyngier, jason, tglx, antoine.tenart, tsahee; +Cc: linux-kernel

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 drivers/irqchip/irq-alpine-msi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-alpine-msi.c b/drivers/irqchip/irq-alpine-msi.c
index 2538425..63d9809 100644
--- a/drivers/irqchip/irq-alpine-msi.c
+++ b/drivers/irqchip/irq-alpine-msi.c
@@ -23,7 +23,7 @@
 #include <linux/slab.h>
 
 #include <asm/irq.h>
-#include <asm-generic/msi.h>
+#include <asm/msi.h>
 
 /* MSIX message address format: local GIC target */
 #define ALPINE_MSIX_SPI_TARGET_CLUSTER0		BIT(16)
-- 
2.1.4

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

* [tip:irq/core] irqchip/alpine-msi: Don't use <asm-generic/msi.h>
  2016-05-05 14:41 [PATCH] irq-alpine-msi: don't use <asm-generic/msi.h> Christoph Hellwig
@ 2016-05-05 15:15 ` tip-bot for Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Christoph Hellwig @ 2016-05-05 15:15 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: linux-kernel, hch, tglx, hpa, mingo

Commit-ID:  9d9b7eed59eb847c229225e6465fc2ead9971902
Gitweb:     http://git.kernel.org/tip/9d9b7eed59eb847c229225e6465fc2ead9971902
Author:     Christoph Hellwig <hch@lst.de>
AuthorDate: Thu, 5 May 2016 16:41:05 +0200
Committer:  Thomas Gleixner <tglx@linutronix.de>
CommitDate: Thu, 5 May 2016 17:10:47 +0200

irqchip/alpine-msi: Don't use <asm-generic/msi.h>

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: marc.zyngier@arm.com
Cc: antoine.tenart@free-electrons.com
Cc: jason@lakedaemon.net
Cc: tsahee@annapurnalabs.com
Link: http://lkml.kernel.org/r/1462459265-20974-1-git-send-email-hch@lst.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

---
 drivers/irqchip/irq-alpine-msi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-alpine-msi.c b/drivers/irqchip/irq-alpine-msi.c
index 2538425..63d9809 100644
--- a/drivers/irqchip/irq-alpine-msi.c
+++ b/drivers/irqchip/irq-alpine-msi.c
@@ -23,7 +23,7 @@
 #include <linux/slab.h>
 
 #include <asm/irq.h>
-#include <asm-generic/msi.h>
+#include <asm/msi.h>
 
 /* MSIX message address format: local GIC target */
 #define ALPINE_MSIX_SPI_TARGET_CLUSTER0		BIT(16)

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

end of thread, other threads:[~2016-05-05 15:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-05 14:41 [PATCH] irq-alpine-msi: don't use <asm-generic/msi.h> Christoph Hellwig
2016-05-05 15:15 ` [tip:irq/core] irqchip/alpine-msi: Don't " tip-bot for Christoph Hellwig

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