summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <linusw@kernel.org>2026-03-14 23:06:24 +0300
committerMark Brown <broonie@kernel.org>2026-03-16 04:11:21 +0300
commitc43988dfe25ba358b1df72201327ca719e8a369d (patch)
treead383ab1b6fbd52ecf649005685f1147a3aa3863
parent70f0a90e718d6163543a3f7eb4f7cb582f85ae47 (diff)
downloadlinux-c43988dfe25ba358b1df72201327ca719e8a369d.tar.xz
ASoC: amd: acp3x-rt5682-max9836: Drop unused include
This driver includes the legacy header <linux/gpio.h> but does not use any symbols from it. Drop the inclusion. Signed-off-by: Linus Walleij <linusw@kernel.org> Link: https://patch.msgid.link/20260314-asoc-amd-v1-5-31afed06e022@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/amd/acp3x-rt5682-max9836.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/amd/acp3x-rt5682-max9836.c b/sound/soc/amd/acp3x-rt5682-max9836.c
index d1eb6f12a183..4affb00bdc95 100644
--- a/sound/soc/amd/acp3x-rt5682-max9836.c
+++ b/sound/soc/amd/acp3x-rt5682-max9836.c
@@ -11,7 +11,6 @@
#include <sound/soc-dapm.h>
#include <sound/jack.h>
#include <linux/clk.h>
-#include <linux/gpio.h>
#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/i2c.h>