[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAFqt6zb9Wk63Mne+p9x5zfZJfADV-VOQQvGYwvky5a6nffRmhw@mail.gmail.com>
Date: Sun, 6 Jan 2019 17:32:41 +0530
From: Souptick Joarder <jrdr.linux@...il.com>
To: Brajeswar Ghosh <brajeswar.linux@...il.com>
Cc: dmitry.torokhov@...il.com,
Matthias Brugger <matthias.bgg@...il.com>,
lee.jones@...aro.org, chen.zhong@...iatek.com,
linux-input@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] keyboard/mtk-pmic-keys.c: Remove duplicate header
On Sat, Jan 5, 2019 at 10:39 AM Brajeswar Ghosh
<brajeswar.linux@...il.com> wrote:
>
> Remove linux/kernel.h which is included more than once
>
> Signed-off-by: Brajeswar Ghosh <brajeswar.linux@...il.com>
Acked-by: Souptick Joarder <jrdr.linux@...il.com>
> ---
> drivers/input/keyboard/mtk-pmic-keys.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/input/keyboard/mtk-pmic-keys.c b/drivers/input/keyboard/mtk-pmic-keys.c
> index 02c67a1749fc..5027ebb7b4e8 100644
> --- a/drivers/input/keyboard/mtk-pmic-keys.c
> +++ b/drivers/input/keyboard/mtk-pmic-keys.c
> @@ -19,7 +19,6 @@
> #include <linux/input.h>
> #include <linux/interrupt.h>
> #include <linux/platform_device.h>
> -#include <linux/kernel.h>
> #include <linux/of.h>
> #include <linux/of_device.h>
> #include <linux/regmap.h>
> --
> 2.17.1
>
Powered by blists - more mailing lists