summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt5677-spi.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2018-09-18 12:11:57 -0700
committerMark Brown <broonie@kernel.org>2018-09-18 12:49:33 -0700
commit65ba4dd5200a537eae0f6b29e120f3971eac5a4d (patch)
treee1094a7478837daabe6cbd28c87f89d1e8e29cba /sound/soc/codecs/rt5677-spi.c
parent37efe23dcca3c59cee662f1c28835020bef31cc0 (diff)
downloadlinux-65ba4dd5200a537eae0f6b29e120f3971eac5a4d.tar.bz2
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.c1
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>