diff mbox series

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

Message ID 154445481863.866755.12808062051385853487.stgit@bahia.lan (mailing list archive)
State Accepted
Commit d1f75a96842b265ca2a89b7ed477a50637ea87f1
Headers show
Series ocxl/afu_irq: Don't include <asm/pnv-ocxl.h> | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success next/apply_patch Successfully applied
snowpatch_ozlabs/build-ppc64le success build succeded & removed 0 sparse warning(s)
snowpatch_ozlabs/build-ppc64be success build succeded & removed 0 sparse warning(s)
snowpatch_ozlabs/build-ppc64e success build succeded & removed 0 sparse warning(s)
snowpatch_ozlabs/build-pmac32 success build succeded & removed 0 sparse warning(s)
snowpatch_ozlabs/checkpatch success total: 0 errors, 0 warnings, 0 checks, 7 lines checked

Commit Message

Greg Kurz Dec. 10, 2018, 3:13 p.m. UTC
The AFU irq code doesn't need to reach out to the platform.

Signed-off-by: Greg Kurz <groug@kaod.org>
---
 drivers/misc/ocxl/afu_irq.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Andrew Donnellan Dec. 11, 2018, 12:09 a.m. UTC | #1
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>

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@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"
>   
>
Greg Kurz Dec. 20, 2018, 2:51 p.m. UTC | #2
On Tue, 11 Dec 2018 11:09:39 +1100
Andrew Donnellan <andrew.donnellan@au1.ibm.com> wrote:

> Acked-by: Andrew Donnellan <andrew.donnellan@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@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"
> >   
> >   
>
diff mbox series

Patch

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"