From: Andy Shevchenko Date: Tue, 7 Feb 2023 14:29:48 +0000 (+0200) Subject: gpio: aggregator: Add missing header(s) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=39ebbd52b73db8598e3399ba3ac9333902251975;p=linux.git gpio: aggregator: Add missing header(s) Do not imply that some of the generic headers may be always included. Instead, include explicitly what we are direct user of. While at it, drop unused linux/gpio.h and split out the GPIO group of headers. Signed-off-by: Andy Shevchenko Reviewed-by: Geert Uytterhoeven --- diff --git a/drivers/gpio/gpio-aggregator.c b/drivers/gpio/gpio-aggregator.c index 6d17d262ad917..20a686f12df7f 100644 --- a/drivers/gpio/gpio-aggregator.c +++ b/drivers/gpio/gpio-aggregator.c @@ -10,19 +10,20 @@ #include #include #include -#include -#include -#include -#include #include #include #include #include #include #include +#include #include #include +#include +#include +#include + #define AGGREGATOR_MAX_GPIOS 512 /*