aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2018-12-10 16:13:38 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2018-12-20 22:21:20 +1100
commitd1f75a96842b265ca2a89b7ed477a50637ea87f1 (patch)
tree96f56c20321219a18a72b2ef74af9ad6e5f8949c /drivers
parentocxl: Clarify error path in setup_xsl_irq() (diff)
downloadlinux-dev-d1f75a96842b265ca2a89b7ed477a50637ea87f1.tar.xz
linux-dev-d1f75a96842b265ca2a89b7ed477a50637ea87f1.zip
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')
-rw-r--r--drivers/misc/ocxl/afu_irq.c1
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"