From: Fabio Estevam Date: Tue, 18 Jul 2017 00:41:39 +0000 (-0300) Subject: mtd: mtk-quadspi: Remove unneeded pinctrl header X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eb353aaa7c552ee09a99510775e6be34f41375ce;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git mtd: mtk-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/mtk-quadspi.c b/drivers/mtd/spi-nor/mtk-quadspi.c index 8a20ec4991c8..c258c7adf1c5 100644 --- a/drivers/mtd/spi-nor/mtk-quadspi.c +++ b/drivers/mtd/spi-nor/mtk-quadspi.c @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include