From: Martin Blumenstingl Date: Sat, 26 Mar 2022 10:19:04 +0000 (+0100) Subject: kernel: ltq-adsl-mei: Fix compilation with Linux 5.15 X-Git-Tag: v23.05.0-rc1~2029 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a075ddb8ca8febefc6f61befb508cb2c42e08bbb;p=thirdparty%2Fopenwrt.git kernel: ltq-adsl-mei: Fix compilation with Linux 5.15 struct of_device_id is not implicitly included anymore. Include to fix compilation on Linux 5.15. Signed-off-by: Martin Blumenstingl --- diff --git a/package/kernel/lantiq/ltq-adsl-mei/src/drv_mei_cpe.c b/package/kernel/lantiq/ltq-adsl-mei/src/drv_mei_cpe.c index df04de73e03..2339d919b6a 100644 --- a/package/kernel/lantiq/ltq-adsl-mei/src/drv_mei_cpe.c +++ b/package/kernel/lantiq/ltq-adsl-mei/src/drv_mei_cpe.c @@ -28,6 +28,7 @@ #include #include +#include #include #include #include