From: Andy Shevchenko Date: Mon, 25 Mar 2019 13:47:47 +0000 (+0200) Subject: gpio: 74x164: Remove linux/init.h and sort headers X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=517ec43927c85f4d1f67f3a51e8c36e28b2a41a4;p=openwrt%2Fstaging%2Fblogic.git gpio: 74x164: Remove linux/init.h and sort headers There is no need to include linux/init.h when at the same time we include linux/module.h. Remove redundant inclusion. While here, sort header block alphabetically for easy maintenance. Signed-off-by: Andy Shevchenko Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-74x164.c b/drivers/gpio/gpio-74x164.c index 5f91d7618909..fbd8478dae3d 100644 --- a/drivers/gpio/gpio-74x164.c +++ b/drivers/gpio/gpio-74x164.c @@ -9,14 +9,13 @@ * published by the Free Software Foundation. */ -#include -#include -#include -#include #include +#include +#include +#include #include #include -#include +#include #define GEN_74X164_NUMBER_GPIOS 8