diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2018-09-18 22:11:57 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-18 22:49:33 +0300 |
commit | 65ba4dd5200a537eae0f6b29e120f3971eac5a4d (patch) | |
tree | e1094a7478837daabe6cbd28c87f89d1e8e29cba /sound/soc/codecs/rt5677-spi.c | |
parent | 37efe23dcca3c59cee662f1c28835020bef31cc0 (diff) | |
download | linux-65ba4dd5200a537eae0f6b29e120f3971eac5a4d.tar.xz |
ASoC: rt5677-spi: Drop unused GPIO include
This SPI driver does not use the legacy GPIO header so
just delete it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5677-spi.c')
-rw-r--r-- | sound/soc/codecs/rt5677-spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5677-spi.c b/sound/soc/codecs/rt5677-spi.c index bd51f3655ee3..84501c2020c7 100644 --- a/sound/soc/codecs/rt5677-spi.c +++ b/sound/soc/codecs/rt5677-spi.c @@ -18,7 +18,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> |