Re: [PATCH kernel] cxl: Remove unused include
From: Andrew Donnellan <hidden>
Date: 2018-09-28 07:49:34
From: Andrew Donnellan <hidden>
Date: 2018-09-28 07:49:34
On 28/9/18 4:38 pm, Alexey Kardashevskiy wrote:
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 <redacted>
Thanks for catching this Acked-by: Andrew Donnellan <redacted>
--- 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>
-- Andrew Donnellan OzLabs, ADL Canberra andrew.donnellan@au1.ibm.com IBM Australia Limited