mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-04-13 12:41:08 +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
@ -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…
x
Reference in New Issue
Block a user