On Wed, Mar 17, 2021 at 4:38 PM Álvaro Fernández Rojas <noltari@xxxxxxxxx> wrote: > > This is needed for properly registering GPIO regmap as a child of a regmap > pin controller. ... > + /* gpiolib will use of_node of the parent if chip->of_node is NULL */ > + chip->of_node = to_of_node(config->fwnode); As the kernel bot rightfully noticed this should be under ifdeffery (OF_GPIO?). -- With Best Regards, Andy Shevchenko