From: Andy Shevchenko Date: Fri, 4 Jun 2021 18:50:13 +0000 (+0300) Subject: gpio-dwapb: Drop unused headers and sort the rest X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=043a0c9fe7a036ec5e1b85a8894d6f69bf996470;p=linux.git gpio-dwapb: Drop unused headers and sort the rest Drop unused headers and drop the rest. Reported-by: kernel test robot Signed-off-by: Andy Shevchenko Reviewed-by: Linus Walleij Acked-by: Serge Semin Tested-by: Serge Semin Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-dwapb.c b/drivers/gpio/gpio-dwapb.c index 7d61f5821e327..3eb13d6d31ef4 100644 --- a/drivers/gpio/gpio-dwapb.c +++ b/drivers/gpio/gpio-dwapb.c @@ -13,17 +13,15 @@ #include #include #include +#include #include #include -#include -#include -#include +#include #include #include #include -#include -#include #include +#include #include "gpiolib.h" #include "gpiolib-acpi.h"