diff options
author | Linus Walleij <[email protected]> | 2019-10-30 08:34:18 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2019-10-30 14:14:50 +0000 |
commit | 26fa680ba9a13d6b05df201b3dfd946a7d915644 (patch) | |
tree | fee92bd5f0fef559efda7d380d4c06c8672fbed4 | |
parent | c8b348dd86091daa3496a6dc8c0777b78c9683a6 (diff) |
spi: dw: Drop GPIO header
The DW driver does not use the legacy GPIO header so drop
it from the spi-dw.h include.
Signed-off-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | drivers/spi/spi-dw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-dw.h b/drivers/spi/spi-dw.h index c9c15881e982..38c7de1f0aa9 100644 --- a/drivers/spi/spi-dw.h +++ b/drivers/spi/spi-dw.h @@ -4,7 +4,6 @@ #include <linux/io.h> #include <linux/scatterlist.h> -#include <linux/gpio.h> /* Register offsets */ #define DW_SPI_CTRL0 0x00 |