4 Jul
2016
4 Jul
'16
5:18 p.m.
From: Wei Yongjun weiyj.lk@gmail.com
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun weiyj.lk@gmail.com --- 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>