Re: ocxl/afu_irq: Don't include

2018-12-22 Thread Michael Ellerman
On Mon, 2018-12-10 at 15:13:38 UTC, Greg Kurz wrote:
> The AFU irq code doesn't need to reach out to the platform.
> 
> Signed-off-by: Greg Kurz 
> Acked-by: Andrew Donnellan 

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/d1f75a96842b265ca2a89b7ed477a5

cheers


Re: [PATCH] ocxl/afu_irq: Don't include

2018-12-20 Thread Greg Kurz
On Tue, 11 Dec 2018 11:09:39 +1100
Andrew Donnellan  wrote:

> Acked-by: Andrew Donnellan 
> 

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 
> > ---
> >   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 
> >   #include 
> > -#include 
> >   #include "ocxl_internal.h"
> >   #include "trace.h"
> >   
> >   
> 


Re: [PATCH] ocxl/afu_irq: Don't include

2018-12-10 Thread Andrew Donnellan

Acked-by: Andrew Donnellan 

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 
---
  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 
  #include 
-#include 
  #include "ocxl_internal.h"
  #include "trace.h"
  



--
Andrew Donnellan  OzLabs, ADL Canberra
andrew.donnel...@au1.ibm.com  IBM Australia Limited



[PATCH] ocxl/afu_irq: Don't include

2018-12-10 Thread Greg Kurz
The AFU irq code doesn't need to reach out to the platform.

Signed-off-by: Greg Kurz 
---
 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 
 #include 
-#include 
 #include "ocxl_internal.h"
 #include "trace.h"
 



Re: [PATCH] ocxl/afu_irq: Don't include

2018-12-10 Thread Frederic Barrat




Le 10/12/2018 à 16:13, Greg Kurz a écrit :

The AFU irq code doesn't need to reach out to the platform.

Signed-off-by: Greg Kurz 
---


Acked-by: Frederic Barrat 




  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 
  #include 
-#include 
  #include "ocxl_internal.h"
  #include "trace.h"