diff options
| author | Linus Walleij <linusw@kernel.org> | 2026-03-14 23:06:23 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-16 04:11:20 +0300 |
| commit | 70f0a90e718d6163543a3f7eb4f7cb582f85ae47 (patch) | |
| tree | ca80c2f23c391cefd7ef3c821989fe47887da19b | |
| parent | d63b722361b8dff3d8bbc0f5f324367420f19f0b (diff) | |
| download | linux-70f0a90e718d6163543a3f7eb4f7cb582f85ae47.tar.xz | |
ASoC: amd: acp3x-es83x: 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-4-31afed06e022@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c b/sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c index 141ea4787d99..46fff565d732 100644 --- a/sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c +++ b/sound/soc/amd/acp/acp3x-es83xx/acp3x-es83xx.c @@ -11,7 +11,6 @@ #include <sound/jack.h> #include <sound/soc-acpi.h> #include <linux/clk.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/module.h> #include <linux/i2c.h> |
