Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

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>

authored by

Christoph Hellwig and committed by
Marc Zyngier
1228d53d 086eec2d

+1 -1
+1 -1
drivers/irqchip/irq-alpine-msi.c
··· 23 23 #include <linux/slab.h> 24 24 25 25 #include <asm/irq.h> 26 - #include <asm-generic/msi.h> 26 + #include <asm/msi.h> 27 27 28 28 /* MSIX message address format: local GIC target */ 29 29 #define ALPINE_MSIX_SPI_TARGET_CLUSTER0 BIT(16)