diff options
author | Mark Brown <broonie@kernel.org> | 2023-12-19 17:45:42 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-19 17:45:42 +0100 |
commit | aefe7a8e268742ec9183f94e1380873802961c33 (patch) | |
tree | 8f2434f6b16cf01464dab6b3df63a9a14618c007 /sound/soc/qcom | |
parent | ASoC: dt-bindings: qcom,lpass-va-macro: remove spurious contains in if statement (diff) | |
parent | ASoC: tegra: tegra20_ac97: Convert to use GPIO descriptors (diff) | |
download | linux-aefe7a8e268742ec9183f94e1380873802961c33.tar.xz linux-aefe7a8e268742ec9183f94e1380873802961c33.zip |
GPIO inclusion fixes to misc sound drivers
Merge series from Linus Walleij <linus.walleij@linaro.org>:
Mostly dropping unused headers, and a single driver rewrite.
Diffstat (limited to 'sound/soc/qcom')
-rw-r--r-- | sound/soc/qcom/sc7180.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/qcom/sc7180.c b/sound/soc/qcom/sc7180.c index a15f385ede45..029780d6fe6d 100644 --- a/sound/soc/qcom/sc7180.c +++ b/sound/soc/qcom/sc7180.c @@ -6,7 +6,6 @@ #include <dt-bindings/sound/sc7180-lpass.h> #include <dt-bindings/sound/qcom,q6afe.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/module.h> #include <linux/of.h> |