aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/qcom
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-12-14 14:15:43 +0100
committerMark Brown <broonie@kernel.org>2023-12-18 14:03:30 +0000
commit809fc84b371a0364160254037d2bc34a8f5ce372 (patch)
treeff18d64fd04d7813d5cbfe04f4521f0cfa49db9f /sound/soc/qcom
parentASoC: hisilicon: Drop GPIO include (diff)
downloadwireguard-linux-809fc84b371a0364160254037d2bc34a8f5ce372.tar.xz
wireguard-linux-809fc84b371a0364160254037d2bc34a8f5ce372.zip
ASoC: qcom: sc7180: Drop GPIO include
This driver is including the legacy GPIO header <linux/gpio.h> but not using any symbols from it. Drop the include. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://msgid.link/r/20231214-gpio-descriptors-sound-misc-v1-2-e3004176bd8b@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom')
-rw-r--r--sound/soc/qcom/sc7180.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/qcom/sc7180.c b/sound/soc/qcom/sc7180.c
index b0320a74d508..4ab34a8842ce 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>