Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Input: mtk-pmic-keys - remove duplicated include from mtk-pmic-keys.c

iSOrt includes in alphabetical order and remove duplicated include file
linux/kernel.h

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

YueHaibing and committed by
Dmitry Torokhov
1eb7ea26 a7345003

+6 -7
+6 -7
drivers/input/keyboard/mtk-pmic-keys.c
··· 14 14 * 15 15 */ 16 16 17 - #include <linux/module.h> 18 - #include <linux/kernel.h> 19 17 #include <linux/input.h> 20 18 #include <linux/interrupt.h> 21 - #include <linux/platform_device.h> 22 19 #include <linux/kernel.h> 23 - #include <linux/of.h> 24 - #include <linux/of_device.h> 25 - #include <linux/regmap.h> 26 20 #include <linux/mfd/mt6323/registers.h> 27 - #include <linux/mfd/mt6397/registers.h> 28 21 #include <linux/mfd/mt6397/core.h> 22 + #include <linux/mfd/mt6397/registers.h> 23 + #include <linux/module.h> 24 + #include <linux/of_device.h> 25 + #include <linux/of.h> 26 + #include <linux/platform_device.h> 27 + #include <linux/regmap.h> 29 28 30 29 #define MTK_PMIC_PWRKEY_RST_EN_MASK 0x1 31 30 #define MTK_PMIC_PWRKEY_RST_EN_SHIFT 6