linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] csky/kernel/entry: Remove duplicate heade
@ 2019-01-17 14:30 Brajeswar Ghosh
  2019-01-17 15:52 ` Souptick Joarder
  2019-01-18  6:30 ` Guo Ren
  0 siblings, 2 replies; 4+ messages in thread
From: Brajeswar Ghosh @ 2019-01-17 14:30 UTC (permalink / raw)
  To: ren_guo, arnd; +Cc: jrdr.linux, linux-kernel, sabyasachi.linux

Remove duplicate headers which are included more than once

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 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


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

* Re: [PATCH] csky/kernel/entry: Remove duplicate heade
  2019-01-17 14:30 [PATCH] csky/kernel/entry: Remove duplicate heade Brajeswar Ghosh
@ 2019-01-17 15:52 ` Souptick Joarder
  2019-01-18  6:30 ` Guo Ren
  1 sibling, 0 replies; 4+ messages in thread
From: Souptick Joarder @ 2019-01-17 15:52 UTC (permalink / raw)
  To: Brajeswar Ghosh; +Cc: ren_guo, Arnd Bergmann, linux-kernel, Sabyasachi Gupta

On Thu, Jan 17, 2019 at 8:00 PM Brajeswar Ghosh
<brajeswar.linux@gmail.com> wrote:
>
> Remove duplicate headers which are included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>

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

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

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

* Re: [PATCH] csky/kernel/entry: Remove duplicate heade
  2019-01-17 14:30 [PATCH] csky/kernel/entry: Remove duplicate heade Brajeswar Ghosh
  2019-01-17 15:52 ` Souptick Joarder
@ 2019-01-18  6:30 ` Guo Ren
  2019-01-30 14:31   ` Brajeswar Ghosh
  1 sibling, 1 reply; 4+ messages in thread
From: Guo Ren @ 2019-01-18  6:30 UTC (permalink / raw)
  To: Brajeswar Ghosh; +Cc: ren_guo, arnd, jrdr.linux, linux-kernel, sabyasachi.linux

Thx Brajeswar,

Tested-by: Guo Ren <ren_guo@c-sky.com>
Acked-by: Guo Ren <ren_guo@c-sky.com>

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 <brajeswar.linux@gmail.com>
> ---
>  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
> 

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

* Re: [PATCH] csky/kernel/entry: Remove duplicate heade
  2019-01-18  6:30 ` Guo Ren
@ 2019-01-30 14:31   ` Brajeswar Ghosh
  0 siblings, 0 replies; 4+ messages in thread
From: Brajeswar Ghosh @ 2019-01-30 14:31 UTC (permalink / raw)
  To: Guo Ren
  Cc: ren_guo, Arnd Bergmann, Souptick Joarder, linux-kernel, Sabyasachi Gupta

On Fri, Jan 18, 2019 at 12:00 PM Guo Ren <guoren@kernel.org> wrote:
>
> Thx Brajeswar,
>
> Tested-by: Guo Ren <ren_guo@c-sky.com>
> Acked-by: Guo Ren <ren_guo@c-sky.com>

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 <brajeswar.linux@gmail.com>
> > ---
> >  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
> >

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

end of thread, other threads:[~2019-01-30 14:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17 14:30 [PATCH] csky/kernel/entry: Remove duplicate heade Brajeswar Ghosh
2019-01-17 15:52 ` Souptick Joarder
2019-01-18  6:30 ` Guo Ren
2019-01-30 14:31   ` Brajeswar Ghosh

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