Re: linux-next: build failure after merge of the devicetree-fixes tree
From: Rob Herring
Date: Mon Nov 17 2025 - 17:59:58 EST
On Mon, Nov 17, 2025 at 4:39 PM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote:
>
> Hi all,
>
> After merging the devicetree-fixes tree, today's linux-next build
> (powerpc ppc64_defconfig) failed like this:
>
> drivers/base/core.c: In function 'fw_devlink_refresh_fwnode':
> drivers/base/core.c:269:23: error: implicit declaration of function 'get_device_from_fwnode'; did you mean 'get_dev_from_fwnode'? [-Wimplicit-function-declaration]
> 269 | dev = get_device_from_fwnode(fwnode);
> | ^~~~~~~~~~~~~~~~~~~~~~
> | get_dev_from_fwnode
> drivers/base/core.c:269:21: error: assignment to 'struct device *' from 'int' makes pointer from integer without a cast [-Wint-conversion]
> 269 | dev = get_device_from_fwnode(fwnode);
> | ^
>
> Caused by commit
>
> 227c4e0e70fe ("of: dynamic: Fix overlayed devices not probing because of fw_devlink")
>
> I have used the devicetree-fixes tree from next-20251117 for today.
Sorry about that, I should have found that. Now fixed by reverting to
the old name.
Rob