Hi all, After merging the spi tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/spi/spi-amd.c:333:37: error: 'spi_acpi_match' undeclared here (not in a function) 333 | .acpi_match_table = spi_acpi_match, | ^~~~~~~~~~~~~~ Caused by commit 209043554915 ("spi: amd: Add support for version AMDI0062") CONFIG_ACPI is not set for this build. I have reverted that commit for today. -- Cheers, Stephen Rothwell