diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 21:07:45 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-27 15:40:21 +0100 |
commit | 166070601f6e5d47bd7d3aad9d770a2498d20207 (patch) | |
tree | d6e7d68518d863958beb694e09e0819323b4cb67 /sound/soc/codecs/cs35l32.c | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
ASoC: cs35l32: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Brian Austin <brian.austin@cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs35l32.c')
-rw-r--r-- | sound/soc/codecs/cs35l32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l32.c b/sound/soc/codecs/cs35l32.c index 60598b230341..8f40025b7e7c 100644 --- a/sound/soc/codecs/cs35l32.c +++ b/sound/soc/codecs/cs35l32.c @@ -13,7 +13,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> |