From: Boris Brezillon Date: Fri, 20 Jul 2018 09:57:39 +0000 (+0200) Subject: mtd: rawnand: atmel: Stop including gpio.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=89956d118e5a95afc00f51c8f2757a453d8848b9;p=linux.git mtd: rawnand: atmel: Stop including gpio.h gpio/consumer.h defines everything we need, and it's clearly stated in gpio.h that GPIO consumers should directly stop including gpio.h if they can. Signed-off-by: Boris Brezillon Signed-off-by: Miquel Raynal --- diff --git a/drivers/mtd/nand/raw/atmel/nand-controller.c b/drivers/mtd/nand/raw/atmel/nand-controller.c index 855cc7729c436..4d27401f12995 100644 --- a/drivers/mtd/nand/raw/atmel/nand-controller.c +++ b/drivers/mtd/nand/raw/atmel/nand-controller.c @@ -52,7 +52,6 @@ #include #include #include -#include #include #include #include