Re: [PATCH] cxl: drop unused header asm/pnv-pci.h

2017-01-24 Thread Andrew Donnellan
On 24/01/17 20:57, Michael Ellerman wrote: Greg Kurz writes: The kernel API does not use anything from this header file. That's actually hard to prove in general, because pnv-pci.h includes linux/pci.h, linux/pci_hotplug.h, linux/irq.h, misc/cxl-base.h and asm/opal-api.h. At least four of wh

Re: [PATCH] cxl: drop unused header asm/pnv-pci.h

2017-01-24 Thread Greg Kurz
On Tue, 24 Jan 2017 20:57:06 +1100 Michael Ellerman wrote: > Greg Kurz writes: > > > The kernel API does not use anything from this header file. > > That's actually hard to prove in general, because pnv-pci.h includes > linux/pci.h, linux/pci_hotplug.h, linux/irq.h, misc/cxl-base.h and > asm

Re: [PATCH] cxl: drop unused header asm/pnv-pci.h

2017-01-24 Thread Michael Ellerman
Greg Kurz writes: > The kernel API does not use anything from this header file. That's actually hard to prove in general, because pnv-pci.h includes linux/pci.h, linux/pci_hotplug.h, linux/irq.h, misc/cxl-base.h and asm/opal-api.h. At least four of which aren't included directly by api.c. But I

Re: [PATCH] cxl: drop unused header asm/pnv-pci.h

2017-01-21 Thread Frederic Barrat
Le 19/01/2017 à 04:50, Greg Kurz a écrit : The kernel API does not use anything from this header file. Signed-off-by: Greg Kurz --- Acked-by: Frederic Barrat

Re: [PATCH] cxl: drop unused header asm/pnv-pci.h

2017-01-19 Thread Andrew Donnellan
On 19/01/17 21:50, Greg Kurz wrote: The kernel API does not use anything from this header file. Signed-off-by: Greg Kurz Reviewed-by: Andrew Donnellan -- Andrew Donnellan OzLabs, ADL Canberra andrew.donnel...@au1.ibm.com IBM Australia Limited

[PATCH] cxl: drop unused header asm/pnv-pci.h

2017-01-19 Thread Greg Kurz
The kernel API does not use anything from this header file. Signed-off-by: Greg Kurz --- drivers/misc/cxl/api.c |1 - 1 file changed, 1 deletion(-) 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