linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arch/csky/mm/fault.c: Remove duplicate header
@ 2019-01-18  9:51 Brajeswar Ghosh
  2019-01-18 15:47 ` Guo Ren
  0 siblings, 1 reply; 3+ messages in thread
From: Brajeswar Ghosh @ 2019-01-18  9:51 UTC (permalink / raw)
  To: ren_guo, arnd, brajeswar.linux; +Cc: jrdr.linux, linux-kernel, sabyasachi.linux

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

Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
---
 arch/csky/mm/fault.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/csky/mm/fault.c b/arch/csky/mm/fault.c
index 7df57f90b52c..16d8378cf12d 100644
--- a/arch/csky/mm/fault.c
+++ b/arch/csky/mm/fault.c
@@ -15,7 +15,6 @@
 #include <linux/smp.h>
 #include <linux/version.h>
 #include <linux/vt_kern.h>
-#include <linux/kernel.h>
 #include <linux/extable.h>
 #include <linux/uaccess.h>
 
-- 
2.17.1


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

* Re: [PATCH] arch/csky/mm/fault.c: Remove duplicate header
  2019-01-18  9:51 [PATCH] arch/csky/mm/fault.c: Remove duplicate header Brajeswar Ghosh
@ 2019-01-18 15:47 ` Guo Ren
  2019-01-30 14:32   ` Brajeswar Ghosh
  0 siblings, 1 reply; 3+ messages in thread
From: Guo Ren @ 2019-01-18 15:47 UTC (permalink / raw)
  To: Brajeswar Ghosh; +Cc: ren_guo, arnd, jrdr.linux, linux-kernel, sabyasachi.linux

Thx Brajeswar,

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

On Fri, Jan 18, 2019 at 03:21:52PM +0530, Brajeswar Ghosh wrote:
> Remove linux/kernel.h which is included more than once
> 
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> ---
>  arch/csky/mm/fault.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/csky/mm/fault.c b/arch/csky/mm/fault.c
> index 7df57f90b52c..16d8378cf12d 100644
> --- a/arch/csky/mm/fault.c
> +++ b/arch/csky/mm/fault.c
> @@ -15,7 +15,6 @@
>  #include <linux/smp.h>
>  #include <linux/version.h>
>  #include <linux/vt_kern.h>
> -#include <linux/kernel.h>
>  #include <linux/extable.h>
>  #include <linux/uaccess.h>
>  
> -- 
> 2.17.1
> 

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

* Re: [PATCH] arch/csky/mm/fault.c: Remove duplicate header
  2019-01-18 15:47 ` Guo Ren
@ 2019-01-30 14:32   ` Brajeswar Ghosh
  0 siblings, 0 replies; 3+ messages in thread
From: Brajeswar Ghosh @ 2019-01-30 14:32 UTC (permalink / raw)
  To: Guo Ren
  Cc: ren_guo, Arnd Bergmann, Souptick Joarder, linux-kernel, Sabyasachi Gupta

On Fri, Jan 18, 2019 at 9:17 PM Guo Ren <guoren@kernel.org> wrote:
>
> Thx Brajeswar,
>
> Reviewed-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 Fri, Jan 18, 2019 at 03:21:52PM +0530, Brajeswar Ghosh wrote:
> > Remove linux/kernel.h which is included more than once
> >
> > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@gmail.com>
> > ---
> >  arch/csky/mm/fault.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/arch/csky/mm/fault.c b/arch/csky/mm/fault.c
> > index 7df57f90b52c..16d8378cf12d 100644
> > --- a/arch/csky/mm/fault.c
> > +++ b/arch/csky/mm/fault.c
> > @@ -15,7 +15,6 @@
> >  #include <linux/smp.h>
> >  #include <linux/version.h>
> >  #include <linux/vt_kern.h>
> > -#include <linux/kernel.h>
> >  #include <linux/extable.h>
> >  #include <linux/uaccess.h>
> >
> > --
> > 2.17.1
> >

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18  9:51 [PATCH] arch/csky/mm/fault.c: Remove duplicate header Brajeswar Ghosh
2019-01-18 15:47 ` Guo Ren
2019-01-30 14:32   ` 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).