Skip to content

Commit 9d9b7ee

Browse files
Christoph HellwigKAGA-KOKO
authored andcommitted
irqchip/alpine-msi: Don't use <asm-generic/msi.h>
Signed-off-by: Christoph Hellwig <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 287e935 commit 9d9b7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/irq-alpine-msi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <linux/slab.h>
2424

2525
#include <asm/irq.h>
26-
#include <asm-generic/msi.h>
26+
#include <asm/msi.h>
2727

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

0 commit comments

Comments
 (0)