From a685ac653958f7249e7503d69f4f3fabb0642f45 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 3 Sep 2025 10:00:14 +0200 Subject: [PATCH] gpio: ep93xx: 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-10-ff346509f408@linaro.org Signed-off-by: Bartosz Golaszewski --- drivers/gpio/gpio-ep93xx.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/gpio/gpio-ep93xx.c b/drivers/gpio/gpio-ep93xx.c index 58d2464c07bc3..08e5ae8bf4d1a 100644 --- a/drivers/gpio/gpio-ep93xx.c +++ b/drivers/gpio/gpio-ep93xx.c @@ -9,16 +9,16 @@ * linux/arch/arm/mach-ep93xx/core.c */ +#include +#include #include -#include -#include #include #include #include -#include -#include -#include +#include +#include #include +#include struct ep93xx_gpio_irq_chip { void __iomem *base; -- 2.47.3