linux-kernel.vger.kernel.org archive mirror
 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

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;
as well as URLs for NNTP newsgroup(s).