aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
diff options
context:
space:
mode:
authorGreg Kurz <groug@kaod.org>2017-01-19 11:50:10 +0100
committerMichael Ellerman <mpe@ellerman.id.au>2017-01-25 13:34:23 +1100
commit0e17166d377e74164e4067ae162ed19226352a97 (patch)
tree83fa978b02f9e0deeb15e66de94964ec9c5f9e8a /drivers/misc/cxl
parenta967f161abc7c4a6936ceb15737f75c52bfd07f2 (diff)
downloadlinux-0e17166d377e74164e4067ae162ed19226352a97.tar.gz
cxl: Drop unused header asm/pnv-pci.h
The kernel API does not use anything from this header file. Signed-off-by: Greg Kurz <groug@kaod.org> Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Acked-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'drivers/misc/cxl')
-rw-r--r--drivers/misc/cxl/api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/cxl/api.c b/drivers/misc/cxl/api.c
index 1b35e33d24341..bcc030eacab71 100644
--- a/drivers/misc/cxl/api.c
+++ b/drivers/misc/cxl/api.c
@@ -11,7 +11,6 @@
#include <linux/slab.h>
#include <linux/file.h>
#include <misc/cxl.h>
-#include <asm/pnv-pci.h>
#include <linux/msi.h>
#include <linux/module.h>
#include <linux/mount.h>