[PATCH kernel] cxl: Remove unused include

Alexey Kardashevskiy aik at ozlabs.ru
Fri Sep 28 16:38:04 AEST 2018


The included opal.h gives a wrong idea that CXL makes PPC OPAL calls
while it does not so let's remote it.

Signed-off-by: Alexey Kardashevskiy <aik at ozlabs.ru>
---
 drivers/misc/cxl/pci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c
index b66d832..8cbcbb7 100644
--- a/drivers/misc/cxl/pci.c
+++ b/drivers/misc/cxl/pci.c
@@ -17,7 +17,6 @@
 #include <linux/pci.h>
 #include <linux/of.h>
 #include <linux/delay.h>
-#include <asm/opal.h>
 #include <asm/msi_bitmap.h>
 #include <asm/pnv-pci.h>
 #include <asm/io.h>
-- 
2.11.0



More information about the Linuxppc-dev mailing list