diff options
author | Greg Kurz <groug@kaod.org> | 2018-12-10 16:13:38 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-12-20 22:21:20 +1100 |
commit | d1f75a96842b265ca2a89b7ed477a50637ea87f1 (patch) | |
tree | 96f56c20321219a18a72b2ef74af9ad6e5f8949c /drivers/misc | |
parent | 759bc01586535700fbb1aaf40dd727146e2e8b57 (diff) | |
download | linux-d1f75a96842b265ca2a89b7ed477a50637ea87f1.tar.bz2 |
ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>
The AFU irq code doesn't need to reach out to the platform.
Signed-off-by: Greg Kurz <groug@kaod.org>
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/ocxl/afu_irq.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/ocxl/afu_irq.c b/drivers/misc/ocxl/afu_irq.c index e70cfa24577f..11ab996657a2 100644 --- a/drivers/misc/ocxl/afu_irq.c +++ b/drivers/misc/ocxl/afu_irq.c @@ -2,7 +2,6 @@ // Copyright 2017 IBM Corp. #include <linux/interrupt.h> #include <linux/eventfd.h> -#include <asm/pnv-ocxl.h> #include "ocxl_internal.h" #include "trace.h" |