diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-12 21:56:46 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-13 20:37:55 +0200 |
commit | 12ffd88e398cb82f960da25ab990a6864641fee1 (patch) | |
tree | b7464f4dec96242620f22c94c711383451e7ecda /sound/soc/codecs/rt5514-spi.c | |
parent | ASoC: rt1308: Drop GPIO includes (diff) | |
download | linux-12ffd88e398cb82f960da25ab990a6864641fee1.tar.xz linux-12ffd88e398cb82f960da25ab990a6864641fee1.zip |
ASoC: rt5514-spi: Drop GPIO include
This driver include the GPIO legacy header <linux/gpio.h yet
doesn't use symbols from it. Drop the include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org
Link: https://lore.kernel.org/r/20230812-descriptors-asoc-v1-8-eb4dca1f68af@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org
Diffstat (limited to 'sound/soc/codecs/rt5514-spi.c')
-rw-r--r-- | sound/soc/codecs/rt5514-spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5514-spi.c b/sound/soc/codecs/rt5514-spi.c index 362663abcb89..3ee6d85268ba 100644 --- a/sound/soc/codecs/rt5514-spi.c +++ b/sound/soc/codecs/rt5514-spi.c @@ -15,7 +15,6 @@ #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/slab.h> -#include <linux/gpio.h> #include <linux/sched.h> #include <linux/uaccess.h> #include <linux/regulator/consumer.h> |