linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/cell: Remove duplicate header
@ 2019-01-17 16:19 Sabyasachi Gupta
  2019-01-17 17:47 ` Souptick Joarder
  2019-02-08 13:02 ` Michael Ellerman
  0 siblings, 2 replies; 4+ messages in thread
From: Sabyasachi Gupta @ 2019-01-17 16:19 UTC (permalink / raw)
  To: arnd, benh, paulus, mpe
  Cc: brajeswar.linux, linuxppc-dev, jrdr.linux, linux-kernel

Remove linux/syscalls.h which is included more than once

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 arch/powerpc/platforms/cell/spu_syscalls.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/platforms/cell/spu_syscalls.c b/arch/powerpc/platforms/cell/spu_syscalls.c
index 263413a..b95d6af 100644
--- a/arch/powerpc/platforms/cell/spu_syscalls.c
+++ b/arch/powerpc/platforms/cell/spu_syscalls.c
@@ -26,7 +26,6 @@
 #include <linux/syscalls.h>
 #include <linux/rcupdate.h>
 #include <linux/binfmts.h>
-#include <linux/syscalls.h>
 
 #include <asm/spu.h>
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] powerpc/cell: Remove duplicate header
  2019-01-17 16:19 [PATCH] powerpc/cell: Remove duplicate header Sabyasachi Gupta
@ 2019-01-17 17:47 ` Souptick Joarder
  2019-01-30  2:40   ` Sabyasachi Gupta
  2019-02-08 13:02 ` Michael Ellerman
  1 sibling, 1 reply; 4+ messages in thread
From: Souptick Joarder @ 2019-01-17 17:47 UTC (permalink / raw)
  To: Sabyasachi Gupta
  Cc: Arnd Bergmann, Brajeswar Ghosh, linux-kernel, paulus, linuxppc-dev

On Thu, Jan 17, 2019 at 9:49 PM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> Remove linux/syscalls.h which is included more than once
>
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>

Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

> ---
>  arch/powerpc/platforms/cell/spu_syscalls.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/arch/powerpc/platforms/cell/spu_syscalls.c b/arch/powerpc/platforms/cell/spu_syscalls.c
> index 263413a..b95d6af 100644
> --- a/arch/powerpc/platforms/cell/spu_syscalls.c
> +++ b/arch/powerpc/platforms/cell/spu_syscalls.c
> @@ -26,7 +26,6 @@
>  #include <linux/syscalls.h>
>  #include <linux/rcupdate.h>
>  #include <linux/binfmts.h>
> -#include <linux/syscalls.h>
>
>  #include <asm/spu.h>
>
> --
> 2.7.4
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] powerpc/cell: Remove duplicate header
  2019-01-17 17:47 ` Souptick Joarder
@ 2019-01-30  2:40   ` Sabyasachi Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Sabyasachi Gupta @ 2019-01-30  2:40 UTC (permalink / raw)
  To: Souptick Joarder
  Cc: Arnd Bergmann, Brajeswar Ghosh, linux-kernel, paulus, linuxppc-dev

On Thu, Jan 17, 2019 at 11:13 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> On Thu, Jan 17, 2019 at 9:49 PM Sabyasachi Gupta
> <sabyasachi.linux@gmail.com> wrote:
> >
> > Remove linux/syscalls.h which is included more than once
> >
> > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
>
> Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
>
If no further comment, can we get this patch in queue for 5.1 ?

> > ---
> >  arch/powerpc/platforms/cell/spu_syscalls.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/powerpc/platforms/cell/spu_syscalls.c b/arch/powerpc/platforms/cell/spu_syscalls.c
> > index 263413a..b95d6af 100644
> > --- a/arch/powerpc/platforms/cell/spu_syscalls.c
> > +++ b/arch/powerpc/platforms/cell/spu_syscalls.c
> > @@ -26,7 +26,6 @@
> >  #include <linux/syscalls.h>
> >  #include <linux/rcupdate.h>
> >  #include <linux/binfmts.h>
> > -#include <linux/syscalls.h>
> >
> >  #include <asm/spu.h>
> >
> > --
> > 2.7.4
> >

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: powerpc/cell: Remove duplicate header
  2019-01-17 16:19 [PATCH] powerpc/cell: Remove duplicate header Sabyasachi Gupta
  2019-01-17 17:47 ` Souptick Joarder
@ 2019-02-08 13:02 ` Michael Ellerman
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2019-02-08 13:02 UTC (permalink / raw)
  To: Sabyasachi Gupta, arnd, benh, paulus
  Cc: linux-kernel, linuxppc-dev, jrdr.linux, brajeswar.linux

On Thu, 2019-01-17 at 16:19:05 UTC, Sabyasachi Gupta wrote:
> Remove linux/syscalls.h which is included more than once
> 
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
> Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/45a202a3fefc6ee7b19b1222bfb5b067

cheers

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-02-08 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 16:19 [PATCH] powerpc/cell: Remove duplicate header Sabyasachi Gupta
2019-01-17 17:47 ` Souptick Joarder
2019-01-30  2:40   ` Sabyasachi Gupta
2019-02-08 13:02 ` Michael Ellerman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).