[alsa-devel] [PATCH] sound: soc: rt5677-spi: Drop unused GPIO include
Linus Walleij
linus.walleij at linaro.org
Tue Sep 18 21:11:57 CEST 2018
This SPI driver does not use the legacy GPIO header so
just delete it.
Signed-off-by: Linus Walleij <linus.walleij at 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
More information about the Alsa-devel
mailing list