projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26fa680
)
spi: zynq-qspi: Drop GPIO header
author
Linus Walleij
<linus.walleij@linaro.org>
Wed, 30 Oct 2019 07:36:24 +0000
(08:36 +0100)
committer
Mark Brown
<broonie@kernel.org>
Wed, 30 Oct 2019 14:15:06 +0000
(14:15 +0000)
This driver does not use any symbols from the legacy GPIO
header so drop the include.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link:
https://lore.kernel.org/r/20191030073624.23974-1-linus.walleij@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-zynq-qspi.c
patch
|
blob
|
history
diff --git
a/drivers/spi/spi-zynq-qspi.c
b/drivers/spi/spi-zynq-qspi.c
index 5cf6993ddce57fa80450104be47351d769f54f23..8786054f48691854f1ef6f4ebf1994c6acc30e31 100644
(file)
--- a/
drivers/spi/spi-zynq-qspi.c
+++ b/
drivers/spi/spi-zynq-qspi.c
@@
-7,7
+7,6
@@
#include <linux/clk.h>
#include <linux/delay.h>
-#include <linux/gpio.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/module.h>