On Tue, Jul 30, 2019 at 12:43 PM Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > Kernel build bot reported a compilation error after the commit > > f626d6dfb709 ("gpio: of: Break out OF-only code"): > > drivers/gpio/gpiolib-devres.o: In function `devm_gpiod_get_from_of_node': > gpiolib-devres.c:(.text+0x19a): undefined reference to `gpiod_get_from_of_node' > > This happens due to move the latter under umbrella of CONFIG_OF_GPIO while > customer.h contains staled data. > > Fix it by reshuffling contents of consumer.h to satisfy build dependencies. > > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > Fixes: f626d6dfb709 ("gpio: of: Break out OF-only code"): > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > --- > v2: no change Patch applied. THANKS for fixing this, I am on vacation so working on this a bit left-handedly. Yours, Linus Walleij