Hi Boris, Boris Brezillon <boris.brezillon at bootlin.com> wrote on Fri, 20 Jul 2018 11:57:37 +0200: > Hello, > > The fix I sent here [1] lead me to look at other places including gpio.h > in the MTD subsystem. While some inclusions are valid, some of them can > be removed of replaced by gpio/consumer.h. > > All these changes have been compile-tested. > > Regards, > > Boris > > [1]http://patchwork.ozlabs.org/patch/946614/ > > Boris Brezillon (4): > mtd: rawnand: sunxi: Remove gpio.h and of_gpio.h inclusions > mtd: rawnand: atmel: Stop including gpio.h > mtd: rawnand: au1550nd: Remove unneeded gpio.h inclusion > mtd: spi-nor: atmel-qspi: Include gpio/consumer.h instead of gpio.h > > drivers/mtd/nand/raw/atmel/nand-controller.c | 1 - > drivers/mtd/nand/raw/au1550nd.c | 1 - > drivers/mtd/nand/raw/sunxi_nand.c | 2 -- > drivers/mtd/spi-nor/atmel-quadspi.c | 2 +- > 4 files changed, 1 insertion(+), 5 deletions(-) > Series applied to nand/next. Thanks, Miqu?l