From: Boris Brezillon Date: Fri, 20 Jul 2018 09:57:40 +0000 (+0200) Subject: mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusion X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c1070db3839fb12513d0717e1e03d04eda1e2d93;p=linux.git mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusion We don't use the GPIO API in this driver, let's just remove the inclusion. Signed-off-by: Boris Brezillon Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/raw/au1550nd.c b/drivers/mtd/nand/raw/au1550nd.c index df0ef1f1e2f5f..35f5c84cd3316 100644 --- a/drivers/mtd/nand/raw/au1550nd.c +++ b/drivers/mtd/nand/raw/au1550nd.c @@ -8,7 +8,6 @@ */ #include -#include #include #include #include