summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wcd938x.c
diff options
context:
space:
mode:
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>2021-06-16 13:51:07 +0800
committerMark Brown <broonie@kernel.org>2021-06-16 15:41:09 +0100
commit06cc52329cb098ba0858032998e382311dcd9743 (patch)
tree9a37d144ff8648d6c5d4845db82e4e3ed3d32323 /sound/soc/codecs/wcd938x.c
parent6fac124455598fd39421577e51ebd5bb32693a9a (diff)
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.c')
-rw-r--r--sound/soc/codecs/wcd938x.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd938x.c b/sound/soc/codecs/wcd938x.c
index 4be61122b0b5..a8ebfaf077cd 100644
--- a/sound/soc/codecs/wcd938x.c
+++ b/sound/soc/codecs/wcd938x.c
@@ -9,7 +9,6 @@
#include <linux/kernel.h>
#include <linux/pm_runtime.h>
#include <linux/component.h>
-#include <sound/soc.h>
#include <sound/tlv.h>
#include <linux/of_gpio.h>
#include <linux/of.h>