From: Bartosz Golaszewski Date: Wed, 3 Sep 2025 08:00:09 +0000 (+0200) Subject: gpio: tb10x: order includes alphabetically X-Git-Tag: v6.18-rc1~168^2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76e61b03d1228914928eb57e55dcb2c62b6caa0b;p=thirdparty%2Fkernel%2Flinux.git gpio: tb10x: order includes alphabetically For better readability and easier maintenance, order the includes alphabetically. Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20250903-gpio-mmio-gpio-conv-part3-v1-5-ff346509f408@linaro.org Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-tb10x.c b/drivers/gpio/gpio-tb10x.c index 1869ee7f9423e..356d0a82e25f2 100644 --- a/drivers/gpio/gpio-tb10x.c +++ b/drivers/gpio/gpio-tb10x.c @@ -7,20 +7,20 @@ * Christian Ruppert */ -#include -#include -#include +#include #include -#include -#include -#include #include #include +#include +#include +#include +#include #include #include -#include -#include #include +#include +#include +#include #define TB10X_GPIO_DIR_IN (0x00000000) #define TB10X_GPIO_DIR_OUT (0x00000001)