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-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a075ddb8ca8febefc6f61befb508cb2c42e08bbb;p=openwrt%2Fstaging%2Fjow.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 df04de73e0..2339d919b6 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