2019-01-18 09:54:21

by Brajeswar Ghosh

[permalink] [raw]
Subject: [PATCH] arch/csky/mm/fault.c: Remove duplicate header

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

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



2019-01-18 15:50:20

by Guo Ren

[permalink] [raw]
Subject: Re: [PATCH] arch/csky/mm/fault.c: Remove duplicate header

Thx Brajeswar,

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

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 <[email protected]>
> ---
> 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
>

2019-01-30 14:35:41

by Brajeswar Ghosh

[permalink] [raw]
Subject: Re: [PATCH] arch/csky/mm/fault.c: Remove duplicate header

On Fri, Jan 18, 2019 at 9:17 PM Guo Ren <[email protected]> wrote:
>
> Thx Brajeswar,
>
> Reviewed-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 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 <[email protected]>
> > ---
> > 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
> >