diff options
author | Greg Kurz <groug@kaod.org> | 2017-01-19 11:50:10 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-01-25 13:34:23 +1100 |
commit | 0e17166d377e74164e4067ae162ed19226352a97 (patch) | |
tree | 83fa978b02f9e0deeb15e66de94964ec9c5f9e8a /drivers/misc/cxl | |
parent | a967f161abc7c4a6936ceb15737f75c52bfd07f2 (diff) | |
download | linux-0e17166d377e74164e4067ae162ed19226352a97.tar.gz linux-0e17166d377e74164e4067ae162ed19226352a97.tar.bz2 linux-0e17166d377e74164e4067ae162ed19226352a97.zip |
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.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/cxl/api.c b/drivers/misc/cxl/api.c index 1b35e33d2434..bcc030eacab7 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> |