From: Andy Shevchenko Date: Fri, 7 Oct 2022 13:44:44 +0000 (+0300) Subject: gpio: mockup: Add missing header(s) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5cedd3c25fcb2799dc35ddcd85166c2962501c43;p=linux.git gpio: mockup: 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. Signed-off-by: Andy Shevchenko --- diff --git a/drivers/gpio/gpio-mockup.c b/drivers/gpio/gpio-mockup.c index 523dfd17dd922..e6a7049bef641 100644 --- a/drivers/gpio/gpio-mockup.c +++ b/drivers/gpio/gpio-mockup.c @@ -19,6 +19,7 @@ #include #include #include +#include #include #include #include