On Sat, Jan 05, 2019 at 10:39:07AM +0530, Brajeswar Ghosh wrote: > Remove linux/kernel.h which is included more than once > > Signed-off-by: Brajeswar Ghosh <brajeswar.linux@xxxxxxxxx> Applied, thank you. > --- > 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 > -- Dmitry