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.