projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
759bc01
)
ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>
author
Greg Kurz
<groug@kaod.org>
Mon, 10 Dec 2018 15:13:38 +0000
(16:13 +0100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 20 Dec 2018 11:21:20 +0000
(22:21 +1100)
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>
drivers/misc/ocxl/afu_irq.c
patch
|
blob
|
history
diff --git
a/drivers/misc/ocxl/afu_irq.c
b/drivers/misc/ocxl/afu_irq.c
index
e70cfa2
..
11ab996
100644
(file)
--- 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"