From: Andy Shevchenko Date: Tue, 4 Sep 2018 11:26:25 +0000 (+0300) Subject: gpio: ich: Sort headers alphabetically X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=488f270cad27fdb87b00ee22b2c4d0616d8bb135;p=linux.git gpio: ich: Sort headers alphabetically Sort header block alphabetically for easy maintenance. Signed-off-by: Andy Shevchenko --- diff --git a/drivers/gpio/gpio-ich.c b/drivers/gpio/gpio-ich.c index e674d2eebe414..d55080d146069 100644 --- a/drivers/gpio/gpio-ich.c +++ b/drivers/gpio/gpio-ich.c @@ -19,13 +19,13 @@ */ +#include +#include #include +#include #include #include -#include #include -#include -#include #define DRV_NAME "gpio_ich"