diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2015-04-16 09:07:45 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-04-27 10:40:21 -0400 |
commit | 166070601f6e5d47bd7d3aad9d770a2498d20207 (patch) | |
tree | d6e7d68518d863958beb694e09e0819323b4cb67 | |
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>
-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 @@ | |||
13 | 13 | ||
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/moduleparam.h> | 15 | #include <linux/moduleparam.h> |
16 | #include <linux/version.h> | ||
17 | #include <linux/kernel.h> | 16 | #include <linux/kernel.h> |
18 | #include <linux/init.h> | 17 | #include <linux/init.h> |
19 | #include <linux/delay.h> | 18 | #include <linux/delay.h> |