Commit 1228d53d authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Marc Zyngier
Browse files

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

parent 086eec2d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@
#include <linux/slab.h>
#include <linux/slab.h>


#include <asm/irq.h>
#include <asm/irq.h>
#include <asm-generic/msi.h>
#include <asm/msi.h>


/* MSIX message address format: local GIC target */
/* MSIX message address format: local GIC target */
#define ALPINE_MSIX_SPI_TARGET_CLUSTER0		BIT(16)
#define ALPINE_MSIX_SPI_TARGET_CLUSTER0		BIT(16)