From: Andy Shevchenko Date: Mon, 2 Sep 2024 13:30:44 +0000 (+0300) Subject: gpio: stmpe: Sort headers X-Git-Tag: v6.12-rc1~156^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f0127b9cea593a661004df948dc0b4479081c2e;p=thirdparty%2Flinux.git gpio: stmpe: Sort headers Sort the headers in alphabetic order in order to ease the maintenance for this part. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240902133148.2569486-6-andriy.shevchenko@linux.intel.com Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-stmpe.c b/drivers/gpio/gpio-stmpe.c index c1fb06925e096..75a3633ceddbb 100644 --- a/drivers/gpio/gpio-stmpe.c +++ b/drivers/gpio/gpio-stmpe.c @@ -5,16 +5,16 @@ * Author: Rabin Vincent for ST-Ericsson */ +#include #include -#include -#include -#include #include +#include #include #include #include +#include #include -#include +#include /* * These registers are modified under the irq bus lock and cached to avoid