diff options
| author | Linus Walleij <linusw@kernel.org> | 2026-03-14 21:06:21 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-16 01:11:18 +0000 |
| commit | 0a80eff3f53ce6fb0c75187b34a0c145c4c7167d (patch) | |
| tree | 8efb55cb419234582c5517222713176d16263bc5 /sound/soc/amd | |
| parent | 6d841b46ec05e31d21827821ce748ff168cbd4ee (diff) | |
| download | lwn-0a80eff3f53ce6fb0c75187b34a0c145c4c7167d.tar.gz lwn-0a80eff3f53ce6fb0c75187b34a0c145c4c7167d.zip | |
ASoC: amd: acp-es8336: 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-2-31afed06e022@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/amd')
| -rw-r--r-- | sound/soc/amd/acp-es8336.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/amd/acp-es8336.c b/sound/soc/amd/acp-es8336.c index b16dde0e2987..9f3f11256788 100644 --- a/sound/soc/amd/acp-es8336.c +++ b/sound/soc/amd/acp-es8336.c @@ -11,7 +11,6 @@ #include <sound/pcm_params.h> #include <sound/soc-dapm.h> #include <sound/jack.h> -#include <linux/gpio.h> #include <linux/device.h> #include <linux/dmi.h> #include <linux/gpio/consumer.h> |
