irqchip/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)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 5 May 2016 15:10:47 +0000 (17:10 +0200)
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

index 25384255b30f5017eb3e2287a942aebede72c37e..63d980995d17d0751194f4c64fdbfeaab78be3db 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)
This page took 0.039714 seconds and 5 git commands to generate.