From: Huacai Chen Date: Sun, 8 Jun 2025 14:27:37 +0000 (+0800) Subject: ASoC: loongson: Fix build warnings about export.h X-Git-Tag: v6.16-rc3~19^2~1^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4e469c1e2e0ec7f08fff9ed29f5500f187ba9f2;p=thirdparty%2Fkernel%2Flinux.git ASoC: loongson: Fix build warnings about export.h After commit 25704938c86d7b2 ("scripts/misc-check: check missing #include when W=1") and 1239f681359926101e ("scripts/misc-check: check unnecessary #include when W=1"), we get some build warnings with W=1: sound/soc/loongson/loongson_i2s.c: warning: EXPORT_SYMBOL() is used, but #include is missing So fix these build warnings for ASoC/Loongson. Signed-off-by: Huacai Chen Link: https://patch.msgid.link/20250608142737.168829-1-chenhuacai@loongson.cn Signed-off-by: Mark Brown --- diff --git a/sound/soc/loongson/loongson_i2s.c b/sound/soc/loongson/loongson_i2s.c index e8852a30f213f..e336656e13eba 100644 --- a/sound/soc/loongson/loongson_i2s.c +++ b/sound/soc/loongson/loongson_i2s.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include #include