From: Andy Shevchenko Date: Tue, 7 Feb 2023 14:29:48 +0000 (+0200) Subject: gpio: aggregator: Add missing header(s) X-Git-Tag: v6.4-rc1~156^2~1^2~19 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=39ebbd52b73db8598e3399ba3ac9333902251975;p=linux-2.6-block.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 6d17d262ad91..20a686f12df7 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 /*