On Tue, 11 Dec 2018 11:09:39 +1100 Andrew Donnellan <andrew.donnellan@xxxxxxxxxxx> wrote: > Acked-by: Andrew Donnellan <andrew.donnellan@xxxxxxxxxxx> > 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@xxxxxxxx> > > --- > > 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" > > > > >