aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2017-07-17 21:41:38 -0300
committerCyrille Pitchen <cyrille.pitchen@wedev4u.fr>2017-08-01 21:23:21 +0200
commit7fd0db5b6e8cf3788ebe7e8d009391c7a3ea6bb7 (patch)
tree219caccf29b7de1c5e1136555e51d83feeabd08c /drivers/mtd/spi-nor
parentmtd: spi-nor: Recover from Spansion/Cypress errors (diff)
downloadlinux-dev-7fd0db5b6e8cf3788ebe7e8d009391c7a3ea6bb7.tar.xz
linux-dev-7fd0db5b6e8cf3788ebe7e8d009391c7a3ea6bb7.zip
mtd: atmel-quadspi: Remove unneeded pinctrl header
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>
Diffstat (limited to 'drivers/mtd/spi-nor')
-rw-r--r--drivers/mtd/spi-nor/atmel-quadspi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/atmel-quadspi.c b/drivers/mtd/spi-nor/atmel-quadspi.c
index ba76fa8f2031..6c5708bacad8 100644
--- 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 */