On Tue, Apr 23, 2019 at 05:19:48AM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git pci/hotplug > head: d98ba96a72ca1a1dd9d2f3a321e64bac3d94bd39 > commit: 93395b9ebeb0cfee5e5c617ec44d249d19439126 [4/5] PCI / ACPI: Remove the need for 'struct hotplug_params' > config: xtensa-common_defconfig (attached as .config) > compiler: xtensa-linux-gcc (GCC) 8.1.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 93395b9ebeb0cfee5e5c617ec44d249d19439126 > # save the attached .config to linux build tree > GCC_VERSION=8.1.0 make.cross ARCH=xtensa > > If you fix the issue, kindly add following tag > Reported-by: kbuild test robot <lkp@xxxxxxxxx> > > > All errors (new ones prefixed by >>): > > In file included from drivers/pci/pci.c:30: > >> include/linux/pci_hotplug.h:145:1: error: expected identifier or '(' before '{' token > { > ^ I fixed this and updated the pci/hotplug branch. Bjorn