From 7fd0db5b6e8cf3788ebe7e8d009391c7a3ea6bb7 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Mon, 17 Jul 2017 21:41:38 -0300 Subject: [PATCH] mtd: atmel-quadspi: Remove unneeded pinctrl header There is no need to include as no pinctrl function is used in this driver, so just remove it. Signed-off-by: Fabio Estevam Signed-off-by: Cyrille Pitchen --- drivers/mtd/spi-nor/atmel-quadspi.c | 1 - 1 file changed, 1 deletion(-) 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 #include -#include /* QSPI register offsets */ #define QSPI_CR 0x0000 /* Control Register */ -- 2.20.1