From 334d538e176ce0c70bea5321d067432df2299bca Mon Sep 17 00:00:00 2001 From: Jiapeng Chong Date: Wed, 30 Oct 2024 10:10:47 +0800 Subject: [PATCH] ASoC: cs42l84: Remove unused including ./sound/soc/codecs/cs42l84.c: 15 linux/version.h not needed. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=11570 Signed-off-by: Jiapeng Chong Link: https://patch.msgid.link/20241030021047.70543-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Mark Brown --- sound/soc/codecs/cs42l84.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sound/soc/codecs/cs42l84.c b/sound/soc/codecs/cs42l84.c index d176add8c4a6..17d5c96e334d 100644 --- a/sound/soc/codecs/cs42l84.c +++ b/sound/soc/codecs/cs42l84.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include -- 2.50.1