From: Andy Shevchenko Date: Fri, 7 Oct 2022 13:44:44 +0000 (+0300) Subject: gpio: mockup: Add missing header(s) X-Git-Tag: v6.2-rc1~119^2~53^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cedd3c25fcb2799dc35ddcd85166c2962501c43;p=thirdparty%2Fkernel%2Flinux.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