On Wed, 23 Jul 2025 08:28:42 +0200, Jiri Slaby (SUSE) wrote: > irq_domain_create_simple() takes fwnode as the first argument. It can be > extracted from the struct device using dev_fwnode() helper instead of > using of_node with of_fwnode_handle(). > > So use the dev_fwnode() helper. > > > [...]
Applied to powerpc/fixes. [1/1] powerpc: Use dev_fwnode() https://git.kernel.org/powerpc/c/b018bb26c42049e05d3d65b057cc1250d17d9b0a Thanks