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

From: weiyj_lk
Date: Mon Jul 04 2016 - 11:18:55 EST


From: Wei Yongjun <weiyj.lk@xxxxxxxxx>

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

Signed-off-by: Wei Yongjun <weiyj.lk@xxxxxxxxx>
---
sound/soc/codecs/cs35l33.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/cs35l33.c b/sound/soc/codecs/cs35l33.c
index 622a111..c20edd4 100644
--- a/sound/soc/codecs/cs35l33.c
+++ b/sound/soc/codecs/cs35l33.c
@@ -12,7 +12,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>