diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2024-01-17 16:12:08 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-01-22 16:31:15 +0100 |
commit | 35314e39dabcfb256832654ad0e856a9fba744bd (patch) | |
tree | a4288c37adb3fb13e5a5754a61694a25bd14b54f /sound/soc/codecs/wcd934x.c | |
parent | ASoC: codecs: wcd938x: skip printing deferred probe failuers (diff) | |
download | linux-35314e39dabcfb256832654ad0e856a9fba744bd.tar.xz linux-35314e39dabcfb256832654ad0e856a9fba744bd.zip |
ASoC: codecs: wcd934x: drop unneeded regulator include
Driver does not use any regulator code, so drop redundant include of
regulator/consumer.h header.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://msgid.link/r/20240117151208.1219755-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | sound/soc/codecs/wcd934x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd934x.c b/sound/soc/codecs/wcd934x.c index 1b6e376f3833..6813268e6a19 100644 --- a/sound/soc/codecs/wcd934x.c +++ b/sound/soc/codecs/wcd934x.c @@ -13,7 +13,6 @@ #include <linux/of.h> #include <linux/platform_device.h> #include <linux/regmap.h> -#include <linux/regulator/consumer.h> #include <linux/slab.h> #include <linux/slimbus.h> #include <sound/pcm_params.h> |