Skip to content

Commit

Permalink
irqchip/alpine-msi: Don't use <asm-generic/msi.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hellwig authored and KAGA-KOKO committed May 5, 2016
1 parent 287e935 commit 9d9b7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/irqchip/irq-alpine-msi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d9b7ee

Please sign in to comment.