From: Andy Shevchenko Date: Tue, 4 Sep 2018 11:26:25 +0000 (+0300) Subject: gpio: lynxpoint: Remove linux/init.h and sort headers X-Git-Tag: Ubuntu-5.0.0-8.9~914^2~17^2~12 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=92c286267d62c40a7bab85f303d467085954ee3b;p=mirror_ubuntu-disco-kernel.git gpio: lynxpoint: 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 --- diff --git a/drivers/gpio/gpio-lynxpoint.c b/drivers/gpio/gpio-lynxpoint.c index 46560d5913a9..8ffd237e8433 100644 --- a/drivers/gpio/gpio-lynxpoint.c +++ b/drivers/gpio/gpio-lynxpoint.c @@ -19,18 +19,17 @@ * */ -#include -#include -#include -#include +#include #include -#include #include -#include -#include +#include +#include +#include +#include #include #include -#include +#include +#include /* LynxPoint chipset has support for 94 gpio pins */