From: Fabio Estevam Date: Tue, 18 Jul 2017 00:41:38 +0000 (-0300) Subject: mtd: atmel-quadspi: Remove unneeded pinctrl header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7fd0db5b6e8cf3788ebe7e8d009391c7a3ea6bb7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 --- 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 */