diff options
| author | Linus Walleij <linusw@kernel.org> | 2026-03-27 02:26:38 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-03-27 21:37:54 +0300 |
| commit | 486c06451590fde1d4285fef744d419e46dba407 (patch) | |
| tree | ddf353d46336e7598dde1341e0f65dac5aafc8fc | |
| parent | c369299895a591d96745d6492d4888259b004a9e (diff) | |
| download | linux-486c06451590fde1d4285fef744d419e46dba407.tar.xz | |
ASoC: rt1318: Drop unused include
The driver includes the legacy GPIO header <linux/gpio.h> but does
not use any symbols from it so drop the include.
Signed-off-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20260327-asoc-rt1318-v1-1-9fcecf868fda@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | sound/soc/codecs/rt1318.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt1318.c b/sound/soc/codecs/rt1318.c index 01c58b15fd91..a80643099644 100644 --- a/sound/soc/codecs/rt1318.c +++ b/sound/soc/codecs/rt1318.c @@ -18,7 +18,6 @@ #include <linux/i2c.h> #include <linux/platform_device.h> #include <linux/firmware.h> -#include <linux/gpio.h> #include <sound/core.h> #include <sound/pcm.h> #include <sound/pcm_params.h> |
