[PATCH -next] ASoC: rt715-sdca: Remove unused including <linux/version.h>

From: 'Wei Yongjun
Date: Tue Mar 09 2021 - 08:07:21 EST


From: Wei Yongjun <weiyongjun1@xxxxxxxxxx>

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

Reported-by: Hulk Robot <hulkci@xxxxxxxxxx>
Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx>
---
sound/soc/codecs/rt715-sdca.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/rt715-sdca.c b/sound/soc/codecs/rt715-sdca.c
index 92ad6fa408ec..20528afbdc57 100644
--- a/sound/soc/codecs/rt715-sdca.c
+++ b/sound/soc/codecs/rt715-sdca.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/pm_runtime.h>