From: Bartosz Golaszewski Date: Fri, 15 Sep 2023 12:34:23 +0000 (+0200) Subject: gpio: sim: include a missing header X-Git-Tag: v6.7-rc1~156^2~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db8588f95cc5e4c9d134f7f4f939b1eade419560;p=thirdparty%2Fkernel%2Flinux.git gpio: sim: include a missing header We're using various ERR macros from linux/err.h but the include is missing. Add it. Fixes: cb8c474e79be ("gpio: sim: new testing module") Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/gpio-sim.c b/drivers/gpio/gpio-sim.c index 2b9d9e172d5d6..59cba5b5f54a9 100644 --- a/drivers/gpio/gpio-sim.c +++ b/drivers/gpio/gpio-sim.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include