OSDN Git Service

irqchip/irq-alpine-msi: Don't use <asm-generic/msi.h>
authorChristoph Hellwig <hch@lst.de>
Thu, 5 May 2016 14:41:05 +0000 (16:41 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Wed, 11 May 2016 09:12:25 +0000 (10:12 +0100)
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-alpine-msi.c

index 2538425..63d9809 100644 (file)
@@ -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)