All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ASoC: cs35l35: Remove unused including <linux/version.h>
@ 2021-03-26  6:13 Zheng Yongjun
  2021-03-31 12:46   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Zheng Yongjun @ 2021-03-26  6:13 UTC (permalink / raw)
  To: zhengyongjun3, James Schulman, David Rhodes, Liam Girdwood,
	Mark Brown, Jaroslav Kysela, Takashi Iwai
  Cc: alsa-devel, patches, linux-kernel, kernel-janitors, Hulk Robot

Remove including <linux/version.h> that don't need it.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
---
 sound/soc/codecs/cs35l35.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c
index 55d529aa0011..5d361c74e803 100644
--- a/sound/soc/codecs/cs35l35.c
+++ b/sound/soc/codecs/cs35l35.c
@@ -9,7 +9,6 @@
 #include <linux/module.h>
 #include <linux/moduleparam.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/delay.h>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-31 12:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-26  6:13 [PATCH -next] ASoC: cs35l35: Remove unused including <linux/version.h> Zheng Yongjun
2021-03-31 12:46 ` Mark Brown
2021-03-31 12:46   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.