2019-01-17 14:33:59

by Brajeswar Ghosh

[permalink] [raw]
Subject: [PATCH] csky/kernel/entry: Remove duplicate heade

Remove duplicate headers which are included more than once

Signed-off-by: Brajeswar Ghosh <[email protected]>
---
arch/csky/kernel/entry.S | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/csky/kernel/entry.S b/arch/csky/kernel/entry.S
index 79f92b8606c8..f2081ddcc398 100644
--- a/arch/csky/kernel/entry.S
+++ b/arch/csky/kernel/entry.S
@@ -9,7 +9,6 @@
#include <asm/unistd.h>
#include <asm/asm-offsets.h>
#include <linux/threads.h>
-#include <asm/setup.h>
#include <asm/page.h>
#include <asm/thread_info.h>

--
2.17.1



2019-01-17 15:54:07

by Souptick Joarder

[permalink] [raw]
Subject: Re: [PATCH] csky/kernel/entry: Remove duplicate heade

On Thu, Jan 17, 2019 at 8:00 PM Brajeswar Ghosh
<[email protected]> wrote:
>
> Remove duplicate headers which are included more than once
>
> Signed-off-by: Brajeswar Ghosh <[email protected]>

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

> ---
> arch/csky/kernel/entry.S | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/csky/kernel/entry.S b/arch/csky/kernel/entry.S
> index 79f92b8606c8..f2081ddcc398 100644
> --- a/arch/csky/kernel/entry.S
> +++ b/arch/csky/kernel/entry.S
> @@ -9,7 +9,6 @@
> #include <asm/unistd.h>
> #include <asm/asm-offsets.h>
> #include <linux/threads.h>
> -#include <asm/setup.h>
> #include <asm/page.h>
> #include <asm/thread_info.h>
>
> --
> 2.17.1
>

2019-01-18 06:32:53

by Guo Ren

[permalink] [raw]
Subject: Re: [PATCH] csky/kernel/entry: Remove duplicate heade

Thx Brajeswar,

Tested-by: Guo Ren <[email protected]>
Acked-by: Guo Ren <[email protected]>

On Thu, Jan 17, 2019 at 08:00:04PM +0530, Brajeswar Ghosh wrote:
> Remove duplicate headers which are included more than once
>
> Signed-off-by: Brajeswar Ghosh <[email protected]>
> ---
> arch/csky/kernel/entry.S | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/csky/kernel/entry.S b/arch/csky/kernel/entry.S
> index 79f92b8606c8..f2081ddcc398 100644
> --- a/arch/csky/kernel/entry.S
> +++ b/arch/csky/kernel/entry.S
> @@ -9,7 +9,6 @@
> #include <asm/unistd.h>
> #include <asm/asm-offsets.h>
> #include <linux/threads.h>
> -#include <asm/setup.h>
> #include <asm/page.h>
> #include <asm/thread_info.h>
>
> --
> 2.17.1
>

2019-01-30 14:32:39

by Brajeswar Ghosh

[permalink] [raw]
Subject: Re: [PATCH] csky/kernel/entry: Remove duplicate heade

On Fri, Jan 18, 2019 at 12:00 PM Guo Ren <[email protected]> wrote:
>
> Thx Brajeswar,
>
> Tested-by: Guo Ren <[email protected]>
> Acked-by: Guo Ren <[email protected]>

If no further comment, can we get this patch in queue for 5.1 ?

>
> On Thu, Jan 17, 2019 at 08:00:04PM +0530, Brajeswar Ghosh wrote:
> > Remove duplicate headers which are included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <[email protected]>
> > ---
> > arch/csky/kernel/entry.S | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/csky/kernel/entry.S b/arch/csky/kernel/entry.S
> > index 79f92b8606c8..f2081ddcc398 100644
> > --- a/arch/csky/kernel/entry.S
> > +++ b/arch/csky/kernel/entry.S
> > @@ -9,7 +9,6 @@
> > #include <asm/unistd.h>
> > #include <asm/asm-offsets.h>
> > #include <linux/threads.h>
> > -#include <asm/setup.h>
> > #include <asm/page.h>
> > #include <asm/thread_info.h>
> >
> > --
> > 2.17.1
> >