diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-12-01 14:20:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-01 17:59:19 +0100 |
commit | 490d2d9f190a9a6125495ac4d833fa0af41763d0 (patch) | |
tree | 60f4b0c67402b4b139ed0c0c778656b8d2618eb4 | |
parent | ASoC: cs35l34: Fix GPIO name and drop legacy include (diff) | |
download | linux-490d2d9f190a9a6125495ac4d833fa0af41763d0.tar.xz linux-490d2d9f190a9a6125495ac4d833fa0af41763d0.zip |
ASoC: cs35l35: Drop legacy includes
This driver includes the legacy GPIO APIs <linux/gpio.h> and
<linux/of_gpio.h> but does not use any symbols from any of
them.
Drop the includes.
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231201-descriptors-sound-cirrus-v2-4-ee9f9d4655eb@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/cs35l35.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs35l35.c b/sound/soc/codecs/cs35l35.c index 63a538f747d3..ddb7d63213a3 100644 --- a/sound/soc/codecs/cs35l35.c +++ b/sound/soc/codecs/cs35l35.c @@ -18,14 +18,12 @@ #include <linux/regulator/consumer.h> #include <linux/gpio/consumer.h> #include <linux/of.h> -#include <linux/of_gpio.h> #include <linux/regmap.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> #include <sound/soc-dapm.h> -#include <linux/gpio.h> #include <sound/initval.h> #include <sound/tlv.h> #include <sound/cs35l35.h> |