Hi Andy, andriy.shevchenko@xxxxxxxxxxxxxxx wrote on Tue, 7 Jun 2022 21:50:20 +0300: > On Tue, Jun 07, 2022 at 07:17:59PM +0200, Miquel Raynal wrote: > > andriy.shevchenko@xxxxxxxxxxxxxxx wrote on Tue, 7 Jun 2022 19:32:47 > > +0300: > > > On Tue, Jun 07, 2022 at 05:22:15PM +0200, Miquel Raynal wrote: > > ... > > > > No, what I asked is the opposite. > > > > I don't get what you want. Can you please explain what you mean by > > "simply drop CONFIG_OF"? > > The below code changes shouldn't be present in this patch, that's all. Ok then, I'll send a v3 tomorrow without the below changes + the missing Fixes. Thanks for the clarification. Cheers, Miquèl > > ... > > > > > +#ifdef CONFIG_OF > > > > static const struct of_device_id rzn1_dmamux_match[] = { > > > > { .compatible = "renesas,rzn1-dmamux" }, > > > > {} > > > > }; > > > > MODULE_DEVICE_TABLE(of, rzn1_dmamux_match); > > > > +#endif > > > > > > > > static struct platform_driver rzn1_dmamux_driver = { > > > > .driver = { > > > > .name = "renesas,rzn1-dmamux", > > > > - .of_match_table = rzn1_dmamux_match, > > > > + .of_match_table = of_match_ptr(rzn1_dmamux_match), > > > > }, > > > > .probe = rzn1_dmamux_probe, > > > > }; >