[xilinx-xlnx:xlnx_rebase_v5.15_LTS 405/1163] drivers/usb/host/xhci-plat.c:104: undefined reference to `dwc3_host_wakeup_capable'

kernel test robot lkp at intel.com
Tue Jun 14 04:16:23 PDT 2022


Hi Piyush,

FYI, the error/warning still remains.

tree:   https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.15_LTS
head:   532c121dece3ee3ce664d339cc37144ffc1333aa
commit: 9a7535b91e5a749ad7e26fade0820c4c847ff8e2 [405/1163] usb: xhci-plat: Add remote wakeup support for xilinx
config: i386-randconfig-a014-20220613 (https://download.01.org/0day-ci/archive/20220614/202206141945.BT1EDvEu-lkp@intel.com/config)
compiler: gcc-11 (Debian 11.3.0-3) 11.3.0
reproduce (this is a W=1 build):
        # https://github.com/Xilinx/linux-xlnx/commit/9a7535b91e5a749ad7e26fade0820c4c847ff8e2
        git remote add xilinx-xlnx https://github.com/Xilinx/linux-xlnx
        git fetch --no-tags xilinx-xlnx xlnx_rebase_v5.15_LTS
        git checkout 9a7535b91e5a749ad7e26fade0820c4c847ff8e2
        # save the config file
        mkdir build_dir && cp config build_dir/.config
        make W=1 O=build_dir ARCH=i386 SHELL=/bin/bash

If you fix the issue, kindly add following tag where applicable
Reported-by: kernel test robot <lkp at intel.com>

All errors (new ones prefixed by >>):

   ld: drivers/usb/host/xhci-plat.o: in function `host_wakeup_register':
>> drivers/usb/host/xhci-plat.c:104: undefined reference to `dwc3_host_wakeup_capable'


vim +104 drivers/usb/host/xhci-plat.c

   101	
   102	static void host_wakeup_register(host_wakeup_t func)
   103	{
 > 104		host_wakeup_fn = func;
   105	}
   106	

-- 
0-DAY CI Kernel Test Service
https://01.org/lkp



More information about the linux-arm-kernel mailing list