From: Bartosz Golaszewski Date: Wed, 21 Aug 2024 12:14:53 +0000 (+0200) Subject: gpio: ath79: order headers alphabetically X-Git-Tag: v6.12-rc1~156^2~38 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=7b4b93e260c684d346998a3dddc5335957b8be78;p=linux-2.6-block.git gpio: ath79: order headers alphabetically Put all headers in alphabetical order. Reviewed-by: Linus Walleij Link: https://lore.kernel.org/r/20240821121456.19553-1-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-ath79.c b/drivers/gpio/gpio-ath79.c index 6211d99a5770..be2952fdae3b 100644 --- a/drivers/gpio/gpio-ath79.c +++ b/drivers/gpio/gpio-ath79.c @@ -9,12 +9,12 @@ */ #include -#include -#include -#include #include -#include #include +#include +#include +#include +#include #define AR71XX_GPIO_REG_OE 0x00 #define AR71XX_GPIO_REG_IN 0x04