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

From: Wei Yongjun
Date: Mon Jul 04 2016 - 11:18:17 EST


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

Signed-off-by: Wei Yongjun <weiyj.lk@xxxxxxxxx>
Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
---
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 a4cbb16d68ad..6f9c1addcd7f 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>
--
2.8.1