[PATCH] ocxl/afu_irq: Don't include <asm/pnv-ocxl.h>

Greg Kurz groug at kaod.org
Fri Dec 21 01:51:41 AEDT 2018


On Tue, 11 Dec 2018 11:09:39 +1100
Andrew Donnellan <andrew.donnellan at au1.ibm.com> wrote:

> Acked-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
> 

Friendly ping before Xmas break :)

> On 11/12/18 2:13 am, Greg Kurz wrote:
> > The AFU irq code doesn't need to reach out to the platform.
> > 
> > Signed-off-by: Greg Kurz <groug at kaod.org>
> > ---
> >   drivers/misc/ocxl/afu_irq.c |    1 -
> >   1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/misc/ocxl/afu_irq.c b/drivers/misc/ocxl/afu_irq.c
> > index e70cfa24577f..11ab996657a2 100644
> > --- a/drivers/misc/ocxl/afu_irq.c
> > +++ b/drivers/misc/ocxl/afu_irq.c
> > @@ -2,7 +2,6 @@
> >   // Copyright 2017 IBM Corp.
> >   #include <linux/interrupt.h>
> >   #include <linux/eventfd.h>
> > -#include <asm/pnv-ocxl.h>
> >   #include "ocxl_internal.h"
> >   #include "trace.h"
> >   
> >   
> 


More information about the Linuxppc-dev mailing list