From: Uwe Kleine-König (The Capable Hub) Date: Wed, 24 Jun 2026 08:37:07 +0000 (+0200) Subject: ASoC: rockchip: rockchip_sai: #include explicitly X-Git-Tag: v7.2-rc1~5^2~2^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d53eca7e5512b53ecef6cf67ea8cbfb595516e;p=thirdparty%2Fkernel%2Flinux.git ASoC: rockchip: rockchip_sai: #include explicitly Currently that header is only included via: -> -> which doesn't look reliable, still more in the presence of the comment: /* For the current users of sound/soc.h to avoid build issues */ in . Signed-off-by: Uwe Kleine-König (The Capable Hub) Reviewed-by: Nicolas Frattaroli Link: https://patch.msgid.link/20260624083708.254517-2-u.kleine-koenig@baylibre.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/rockchip/rockchip_sai.c b/sound/soc/rockchip/rockchip_sai.c index ed393e5034a49..585e89f61f0d9 100644 --- a/sound/soc/rockchip/rockchip_sai.c +++ b/sound/soc/rockchip/rockchip_sai.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include