diff options
author | Jiapeng Chong <jiapeng.chong@linux.alibaba.com> | 2021-06-16 07:51:07 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-16 16:41:09 +0200 |
commit | 06cc52329cb098ba0858032998e382311dcd9743 (patch) | |
tree | 9a37d144ff8648d6c5d4845db82e4e3ed3d32323 /sound/soc/codecs/wcd938x-sdw.c | |
parent | Merge series "ASoC: qdsp6: Add Quinary MI2S ports support" from Gabriel David... (diff) | |
download | linux-06cc52329cb098ba0858032998e382311dcd9743.tar.xz linux-06cc52329cb098ba0858032998e382311dcd9743.zip |
ASoC: codecs: Fix duplicate included sound/soc.h
Clean up the following includecheck warnings:
./sound/soc/codecs/wcd938x.c: sound/soc.h is included more than once.
./sound/soc/codecs/wcd938x-sdw.c: sound/soc.h is included more than
once.
No functional change.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/1623822667-130511-1-git-send-email-jiapeng.chong@linux.alibaba.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/wcd938x-sdw.c')
-rw-r--r-- | sound/soc/codecs/wcd938x-sdw.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd938x-sdw.c b/sound/soc/codecs/wcd938x-sdw.c index d8d4caf48dc7..1fa05ec7459a 100644 --- a/sound/soc/codecs/wcd938x-sdw.c +++ b/sound/soc/codecs/wcd938x-sdw.c @@ -7,7 +7,6 @@ #include <linux/device.h> #include <linux/kernel.h> #include <linux/component.h> -#include <sound/soc.h> #include <linux/pm_runtime.h> #include <linux/irq.h> #include <linux/irqdomain.h> |