[PATCH -next] ASoC: rt700: remove unused including <linux/version.h>

From: YueHaibing
Date: Mon Jan 13 2020 - 20:17:52 EST


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

Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx>
---
sound/soc/codecs/rt700.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/rt700.c b/sound/soc/codecs/rt700.c
index b1830c1ebf8a..ff68f0e4f629 100644
--- a/sound/soc/codecs/rt700.c
+++ b/sound/soc/codecs/rt700.c
@@ -8,7 +8,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>