浏览代码

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 年之前
父节点
当前提交
7fd0db5b6e
共有 1 个文件被更改,包括 0 次插入1 次删除
  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/gpio.h>
-#include <linux/pinctrl/consumer.h>
 
 /* QSPI register offsets */
 #define QSPI_CR      0x0000  /* Control Register */