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>
This commit is contained in:
parent
086eec2de0
commit
1228d53d3d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue