projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b3eac
)
mtd: atmel-quadspi: Remove unneeded pinctrl header
author
Fabio Estevam
<fabio.estevam@nxp.com>
Tue, 18 Jul 2017 00:41:38 +0000
(21:41 -0300)
committer
Cyrille Pitchen
<cyrille.pitchen@wedev4u.fr>
Tue, 1 Aug 2017 19:23:21 +0000
(21:23 +0200)
There is no need to include <linux/pinctrl/consumer.h> as no pinctrl
function is used in this driver, so just remove it.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
drivers/mtd/spi-nor/atmel-quadspi.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi-nor/atmel-quadspi.c
b/drivers/mtd/spi-nor/atmel-quadspi.c
index ba76fa8f2031b462a3c5159692e79b5f3ff979b8..6c5708bacad855bb60040f68b0fa21cd13d85856 100644
(file)
--- a/
drivers/mtd/spi-nor/atmel-quadspi.c
+++ b/
drivers/mtd/spi-nor/atmel-quadspi.c
@@
-35,7
+35,6
@@
#include <linux/io.h>
#include <linux/gpio.h>
-#include <linux/pinctrl/consumer.h>
/* QSPI register offsets */
#define QSPI_CR 0x0000 /* Control Register */