[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20181221084640.GI211587@dtor-ws>
Date: Fri, 21 Dec 2018 00:46:40 -0800
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: YueHaibing <yuehaibing@...wei.com>
Cc: matthias.bgg@...il.com, lee.jones@...aro.org,
chen.zhong@...iatek.com, linux-kernel@...r.kernel.org,
linux-mediatek@...ts.infradead.org,
linux-arm-kernel@...ts.infradead.org, linux-input@...r.kernel.org
Subject: Re: [PATCH v2 -next] input: keyboard: remove duplicated include from
mtk-pmic-keys.c
On Tue, Dec 11, 2018 at 05:32:00PM +0800, YueHaibing wrote:
> alphabetise the header files and remove duplicated include
> file linux/kernel.h
>
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
Applied, thank you.
> ---
> v2: alphabetise the header files
> ---
> drivers/input/keyboard/mtk-pmic-keys.c | 13 ++++++-------
> 1 file changed, 6 insertions(+), 7 deletions(-)
>
> diff --git a/drivers/input/keyboard/mtk-pmic-keys.c b/drivers/input/keyboard/mtk-pmic-keys.c
> index 02c67a1..8e6ebab 100644
> --- a/drivers/input/keyboard/mtk-pmic-keys.c
> +++ b/drivers/input/keyboard/mtk-pmic-keys.c
> @@ -14,18 +14,17 @@
> *
> */
>
> -#include <linux/module.h>
> -#include <linux/kernel.h>
> #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>
> #include <linux/mfd/mt6323/registers.h>
> -#include <linux/mfd/mt6397/registers.h>
> #include <linux/mfd/mt6397/core.h>
> +#include <linux/mfd/mt6397/registers.h>
> +#include <linux/module.h>
> +#include <linux/of_device.h>
> +#include <linux/of.h>
> +#include <linux/platform_device.h>
> +#include <linux/regmap.h>
>
> #define MTK_PMIC_PWRKEY_RST_EN_MASK 0x1
> #define MTK_PMIC_PWRKEY_RST_EN_SHIFT 6
> --
> 2.7.4
>
>
--
Dmitry
Powered by blists - more mailing lists