diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2017-07-18 03:41:38 +0300 |
---|---|---|
committer | Cyrille Pitchen <cyrille.pitchen@wedev4u.fr> | 2017-08-01 22:23:21 +0300 |
commit | 7fd0db5b6e8cf3788ebe7e8d009391c7a3ea6bb7 (patch) | |
tree | 219caccf29b7de1c5e1136555e51d83feeabd08c /drivers/mtd/spi-nor/atmel-quadspi.c | |
parent | c4b3eacc1dfef5f36dbdf9a99be37834d3e23ed0 (diff) | |
download | linux-7fd0db5b6e8cf3788ebe7e8d009391c7a3ea6bb7.tar.xz |
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/atmel-quadspi.c')
-rw-r--r-- | drivers/mtd/spi-nor/atmel-quadspi.c | 1 |
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 */ |