From: Andy Shevchenko Date: Wed, 22 Mar 2017 14:11:12 +0000 (+0200) Subject: gpio: pca953x: Sort headers alphabetically X-Git-Tag: MMI-PSA29.97-13-9~5685^2~31 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b413d7a01c1ade52864a1923a3b329a2281bf69e;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git gpio: pca953x: Sort headers alphabetically For sake of better maintenance sort the headers by alphabetical order. Signed-off-by: Andy Shevchenko Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/gpio-pca953x.c b/drivers/gpio/gpio-pca953x.c index 782d9adb55b9..51c9d9cfd742 100644 --- a/drivers/gpio/gpio-pca953x.c +++ b/drivers/gpio/gpio-pca953x.c @@ -11,18 +11,19 @@ * the Free Software Foundation; version 2 of the License. */ -#include -#include +#include #include #include -#include #include +#include +#include +#include +#include #include +#include #include + #include -#include -#include -#include #define PCA953X_INPUT 0 #define PCA953X_OUTPUT 1