Re: linux-next: build failure after merge of the mtd tree

From: Andy Shevchenko

Date: Thu Mar 12 2026 - 10:22:44 EST


On Thu, Mar 12, 2026 at 01:14:17PM +0000, Mark Brown wrote:
> Hi all,
>
> After merging the mtd tree, today's linux-next build (KCONFIG_NAME)
> failed like this:
>
> /tmp/next/build/drivers/mtd/maps/physmap-core.c: In function 'physmap_flash_of_init':
> /tmp/next/build/drivers/mtd/maps/physmap-core.c:367:23: error: implicit declaration of function 'of_flash_probe_bt1_rom'; did you mean 'of_flash_probe_ixp4xx'? [-Wimplicit-function-declaration]
> 367 | err = of_flash_probe_bt1_rom(dev, dp, &info->maps[i]);
> | ^~~~~~~~~~~~~~~~~~~~~~
> | of_flash_probe_ixp4xx
>
> Caused by commit
>
> 16d68d10f5b93 (mtd: physmap: physmap-bt1-rom: Remove not-going-to-be-supported code for Baikal SoC)
>
> I have used the version from 20260311 instead.

Yeah, sorry for that, I will send a follow up that may be applied on top or
squashed with the original change.

--
With Best Regards,
Andy Shevchenko