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>
This commit is contained in:
Fabio Estevam 2017-07-17 21:41:38 -03:00 committed by Cyrille Pitchen
parent c4b3eacc1d
commit 7fd0db5b6e
1 changed files with 0 additions and 1 deletions

View File

@ -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 */