1
0
Fork 0

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>
steinar/wifi_calib_4_9_kernel
Christoph Hellwig 2016-05-05 16:41:05 +02:00 committed by Marc Zyngier
parent 086eec2de0
commit 1228d53d3d
1 changed files with 1 additions and 1 deletions

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)