diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-02-13 01:43:32 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-02-13 11:52:33 +0000 |
commit | 51bef0f378f39ed0604296354b964e3919161396 (patch) | |
tree | b625dd32eafbf19b75c2f10c245bea0726854d24 | |
parent | 81bcbf2c72948d36ba431ac0812d7d7c3d8da0ce (diff) | |
download | linux-51bef0f378f39ed0604296354b964e3919161396.tar.bz2 |
ASoC: cs35l36: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/cs35l36.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l36.c b/sound/soc/codecs/cs35l36.c index 4f880a678812..e374fffb7e17 100644 --- a/sound/soc/codecs/cs35l36.c +++ b/sound/soc/codecs/cs35l36.c @@ -8,7 +8,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> |