mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue