[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190118154710.GA29661@guoren-Inspiron-7460>
Date: Fri, 18 Jan 2019 23:47:10 +0800
From: Guo Ren <guoren@...nel.org>
To: Brajeswar Ghosh <brajeswar.linux@...il.com>
Cc: ren_guo@...ky.com, arnd@...db.de, jrdr.linux@...il.com,
linux-kernel@...r.kernel.org, sabyasachi.linux@...il.com
Subject: Re: [PATCH] arch/csky/mm/fault.c: Remove duplicate header
Thx Brajeswar,
Reviewed-by: Guo Ren <ren_guo@...ky.com>
Acked-by: Guo Ren <ren_guo@...ky.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@...il.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
>
Powered by blists - more mailing lists