diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2021-04-14 08:14:43 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-04-14 16:24:18 +0200 |
commit | e42b6e813f4231d3c38362fd800724bd41040ef9 (patch) | |
tree | 2a9f699c5d9ee5ecbc166d17b5f542d4bdf439dc | |
parent | ASoC: ak5558: change function name to ak5558_reset (diff) | |
download | linux-e42b6e813f4231d3c38362fd800724bd41040ef9.tar.xz linux-e42b6e813f4231d3c38362fd800724bd41040ef9.zip |
ASoC: cs35l35: remove unused including <linux/version.h>
Fix the following versioncheck warning:
./sound/soc/codecs/cs35l35.c: 12 linux/version.h not needed.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Link: https://lore.kernel.org/r/1618380883-114841-1-git-send-email-yang.lee@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/cs35l35.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c index 7b9f5498f8a7..f20ed838b958 100644 --- a/sound/soc/codecs/cs35l35.c +++ b/sound/soc/codecs/cs35l35.c @@ -9,7 +9,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> |