2019-01-17 16:21:30

by Sabyasachi Gupta

[permalink] [raw]
Subject: [PATCH] powerpc/cell: Remove duplicate header

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

Signed-off-by: Sabyasachi Gupta <[email protected]>
---
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



2019-01-17 20:41:25

by Souptick Joarder

[permalink] [raw]
Subject: Re: [PATCH] powerpc/cell: Remove duplicate header

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

Acked-by: Souptick Joarder <[email protected]>

> ---
> 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
>

2019-01-30 02:41:07

by Sabyasachi Gupta

[permalink] [raw]
Subject: Re: [PATCH] powerpc/cell: Remove duplicate header

On Thu, Jan 17, 2019 at 11:13 PM Souptick Joarder <[email protected]> wrote:
>
> On Thu, Jan 17, 2019 at 9:49 PM Sabyasachi Gupta
> <[email protected]> wrote:
> >
> > Remove linux/syscalls.h which is included more than once
> >
> > Signed-off-by: Sabyasachi Gupta <[email protected]>
>
> Acked-by: Souptick Joarder <[email protected]>
>
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
> >

2019-02-08 13:04:30

by Michael Ellerman

[permalink] [raw]
Subject: Re: powerpc/cell: Remove duplicate header

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 <[email protected]>
> Acked-by: Souptick Joarder <[email protected]>

Applied to powerpc next, thanks.

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

cheers