* [opencloudos:linux-5.4/lts/5.4.119-20.0009.phytium 15/41] drivers/usb/host/xhci-plat.c:476:40: error: 'xhci_plat_phytium_pe220x' undeclared here (not in a function)
@ 2024-02-21 20:30 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-02-21 20:30 UTC (permalink / raw)
To: jasperwang, kaixuxia, frankjpliu, kasong, sagazchen, kernelxing,
aurelianliu, jason.zeng, wu.zheng, yingbao.jia, pei.p.jia
Cc: oe-kbuild-all
tree: https://gitee.com/OpenCloudOS/OpenCloudOS-Kernel.git linux-5.4/lts/5.4.119-20.0009.phytium
head: 974a90e098c75ef0e62d4bbbde4535368a61f98b
commit: ec4353dd415a5c35870ed32c31421574f45da511 [15/41] usb: xhci: xhci-plat: Support for Phytium Pe220x Add XHCI_RESET_ON_RESUME quirk for Phytium Pe220x Phytium Pe220x xHCI host controller does not have suspend/resume support. Therefore, use of the XHCI_RESET_ON_RESUME quirk is mandatory in order to avoid failures after resume.
config: x86_64-buildonly-randconfig-003-20240221 (https://download.01.org/0day-ci/archive/20240222/202402220456.8UDluPVi-lkp@intel.com/config)
compiler: gcc-12 (Debian 12.2.0-14) 12.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240222/202402220456.8UDluPVi-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202402220456.8UDluPVi-lkp@intel.com/
All errors (new ones prefixed by >>):
>> drivers/usb/host/xhci-plat.c:476:40: error: 'xhci_plat_phytium_pe220x' undeclared here (not in a function)
476 | { "PHYT0039", (kernel_ulong_t)&xhci_plat_phytium_pe220x },
| ^~~~~~~~~~~~~~~~~~~~~~~~
vim +/xhci_plat_phytium_pe220x +476 drivers/usb/host/xhci-plat.c
472
473 static const struct acpi_device_id usb_xhci_acpi_match[] = {
474 /* XHCI-compliant USB Controller */
475 { "PNP0D10", },
> 476 { "PHYT0039", (kernel_ulong_t)&xhci_plat_phytium_pe220x },
477 { }
478 };
479 MODULE_DEVICE_TABLE(acpi, usb_xhci_acpi_match);
480
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-02-21 20:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-21 20:30 [opencloudos:linux-5.4/lts/5.4.119-20.0009.phytium 15/41] drivers/usb/host/xhci-plat.c:476:40: error: 'xhci_plat_phytium_pe220x' undeclared here (not in a function) kernel test robot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.