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:
Christoph Hellwig 2016-05-05 16:41:05 +02:00 committed by Marc Zyngier
parent 086eec2de0
commit 1228d53d3d

View 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)