Browse Source

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>
Fabio Estevam 8 years ago
parent
commit
7fd0db5b6e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/mtd/spi-nor/atmel-quadspi.c

+ 0 - 1
drivers/mtd/spi-nor/atmel-quadspi.c

@@ -35,7 +35,6 @@
 
 
 #include <linux/io.h>
 #include <linux/io.h>
 #include <linux/gpio.h>
 #include <linux/gpio.h>
-#include <linux/pinctrl/consumer.h>
 
 
 /* QSPI register offsets */
 /* QSPI register offsets */
 #define QSPI_CR      0x0000  /* Control Register */
 #define QSPI_CR      0x0000  /* Control Register */