On Mon, 2021-05-10 at 10:40:48 UTC, Miquel Raynal wrote: > The struct gpio_desc is declared in the middle of the rawnand.h header, > right before the first function using it (nand_gpio_waitrdy). Before > adding a new function and to make it clear: move the declaration to the > top of the file. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next. Miquel