diff options
author | Wei Yongjun <weiyj.lk@gmail.com> | 2016-07-04 15:18:17 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-04 17:37:29 +0200 |
commit | 37c520b96f27fb935c87d24e3ff49b343078638c (patch) | |
tree | c188f5cd6afdb98cb0f0c5807fe2583cbca3ba6d /sound/soc/codecs/cs35l33.c | |
parent | 5d78b027c0d22589d535b3657700e7ff6499d3ed (diff) |
ASoC: cs35l33: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs35l33.c')
-rw-r--r-- | sound/soc/codecs/cs35l33.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |