diff options
author | YueHaibing | 2020-02-02 07:39:17 +0000 |
---|---|---|
committer | Mark Brown | 2020-02-11 11:21:50 +0000 |
commit | d2cff470452df5eba8107f267bdb6de159ba09e2 (patch) | |
tree | ee74087309303fe4b67c6170f8d5a4f4ce53e410 /sound/soc/codecs | |
parent | 9d19426ed8f8cb5d468659caddeeeef4b147669b (diff) |
ASoC: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20200202073917.195880-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/mt6660.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/mt6660.c b/sound/soc/codecs/mt6660.c index a36c416caad4..1a3515df1764 100644 --- a/sound/soc/codecs/mt6660.c +++ b/sound/soc/codecs/mt6660.c @@ -4,7 +4,6 @@ #include <linux/module.h> #include <linux/kernel.h> -#include <linux/version.h> #include <linux/err.h> #include <linux/i2c.h> #include <linux/pm_runtime.h> |