Wed, Apr 10, 2024 at 03:42:35PM +0800, kernel test robot kirjoitti: > Hi Charles, > > kernel test robot noticed the following build errors: > > [auto build test ERROR on broonie-spi/for-next] > [also build test ERROR on brgl/gpio/for-next linus/master v6.9-rc3 next-20240410] > [If your patch is applied to the wrong git tree, kindly drop us a note. > And when submitting patch, we suggest to use '--base' as documented in > https://git-scm.com/docs/git-format-patch#_base_tree_information] > > url: https://github.com/intel-lab-lkp/linux/commits/Charles-Keepax/gpio-swnode-Add-ability-to-specify-native-chip-selects-for-SPI/20240409-212316 > base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next > patch link: https://lore.kernel.org/r/20240409132126.1117916-4-ckeepax%40opensource.cirrus.com > patch subject: [PATCH v4 3/3] spi: cs42l43: Add bridged cs35l56 amplifiers > config: m68k-allmodconfig (https://download.01.org/0day-ci/archive/20240410/202404101443.tYCaeZAm-lkp@xxxxxxxxx/config) > compiler: m68k-linux-gcc (GCC) 13.2.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240410/202404101443.tYCaeZAm-lkp@xxxxxxxxx/reproduce) > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot <lkp@xxxxxxxxx> > | Closes: https://lore.kernel.org/oe-kbuild-all/202404101443.tYCaeZAm-lkp@xxxxxxxxx/ > > All errors (new ones prefixed by >>): > > drivers/spi/spi-cs42l43.c: In function 'cs42l43_has_sidecar': > >> drivers/spi/spi-cs42l43.c:262:50: error: invalid use of undefined type 'struct acpi_device' > 262 | ret = acpi_get_local_address(adev->handle, &function); > | ^~ Oh, yes, this should take ACPI_HANDLE_FWNODE() (and the adev will gone AFAIU?). -- With Best Regards, Andy Shevchenko