projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22221b1
)
ASoC: codecs: wcd934x: drop unneeded regulator include
author
Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org>
Wed, 17 Jan 2024 15:12:08 +0000
(16:12 +0100)
committer
Mark Brown
<broonie@kernel.org>
Mon, 22 Jan 2024 15:31:15 +0000
(15:31 +0000)
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>
sound/soc/codecs/wcd934x.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/wcd934x.c
b/sound/soc/codecs/wcd934x.c
index 1b6e376f3833cbc5f59034e88f90a4ee3845632a..6813268e6a19f3048877c5ae0ee55ae227543c04 100644
(file)
--- 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>