From: Andy Shevchenko Date: Tue, 4 Sep 2018 11:26:25 +0000 (+0300) Subject: gpio: crystalcove: Sort headers alphabetically X-Git-Tag: v5.4-rc1~1467^2~27^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=78207c5bfc2840206878e61a61195af26cb02a64;p=platform%2Fkernel%2Flinux-rpi.git gpio: crystalcove: Sort headers alphabetically Sort header block alphabetically for easy maintenance. Signed-off-by: Andy Shevchenko Reviewed-by: Kuppuswamy Sathyanarayanan --- diff --git a/drivers/gpio/gpio-crystalcove.c b/drivers/gpio/gpio-crystalcove.c index 3c39d1b..c73e7c2 100644 --- a/drivers/gpio/gpio-crystalcove.c +++ b/drivers/gpio/gpio-crystalcove.c @@ -15,14 +15,14 @@ * Author: Yang, Bin */ +#include +#include #include +#include #include #include -#include -#include -#include #include -#include +#include #define CRYSTALCOVE_GPIO_NUM 16 #define CRYSTALCOVE_VGPIO_NUM 95