From: Andy Shevchenko Date: Fri, 7 Oct 2022 13:44:44 +0000 (+0300) Subject: gpio: da9052: Remove unused header(s) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c4168c44d53160eb6ae273f58f133c3ce633bdad;p=linux.git gpio: da9052: Remove unused header(s) Some of the headers are unused in the driver, remove them. While at it, sort headers alphabetically. Signed-off-by: Andy Shevchenko --- diff --git a/drivers/gpio/gpio-da9052.c b/drivers/gpio/gpio-da9052.c index 559188d80c2bd..6f3905f1b8f5f 100644 --- a/drivers/gpio/gpio-da9052.c +++ b/drivers/gpio/gpio-da9052.c @@ -6,17 +6,16 @@ * * Author: David Dajun Chen */ -#include #include -#include -#include #include +#include +#include #include -#include +#include #include -#include #include +#include #define DA9052_INPUT 1 #define DA9052_OUTPUT_OPENDRAIN 2