18 Sep
2018
18 Sep
'18
10:11 p.m.
This SPI driver does not use the legacy GPIO header so just delete it.
Signed-off-by: Linus Walleij linus.walleij@linaro.org --- sound/soc/codecs/rt5677-spi.c | 1 - 1 file changed, 1 deletion(-)
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>
--
2.17.1