From: Sergio Paracuellos Date: Fri, 1 Jun 2018 09:30:56 +0000 (+0200) Subject: staging: mt7621-gpio: reorder includes alphabetically X-Git-Tag: v4.18-rc1~83^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a10ef4e60ff7f2746cba5d6ce20a0d012614e91;p=thirdparty%2Fkernel%2Flinux.git staging: mt7621-gpio: reorder includes alphabetically This commit reviews driver includes reordering them in alphabetic order. This improves readability. Signed-off-by: Sergio Paracuellos Reviewed-by: NeilBrown Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/mt7621-gpio/gpio-mt7621.c b/drivers/staging/mt7621-gpio/gpio-mt7621.c index 3192fc8616b61..0c4fb4a1b4a90 100644 --- a/drivers/staging/mt7621-gpio/gpio-mt7621.c +++ b/drivers/staging/mt7621-gpio/gpio-mt7621.c @@ -4,16 +4,16 @@ * Copyright (C) 2013 John Crispin */ -#include #include #include #include +#include +#include +#include #include #include -#include -#include -#include #include +#include #define MTK_BANK_CNT 3 #define MTK_BANK_WIDTH 32