tree: https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git testing/next head: 8e6064194bd2243f182c39708d5225b800ab5549 commit: f57045e5f6876c0460dd80d987f337c1eff5547a [52/83] usb: dwc3: host: extract dwc3_host_get_irq() config: i386-randconfig-x007-201644 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: git checkout f57045e5f6876c0460dd80d987f337c1eff5547a # save the attached .config to linux build tree make ARCH=i386
All errors (new ones prefixed by >>):
drivers/usb/dwc3/host.c: In function 'dwc3_host_init':
>> drivers/usb/dwc3/host.c:66:37: error: 'dwc3_pdev' undeclared (first use in
>> this function)
res = platform_get_resource_byname(dwc3_pdev, IORESOURCE_IRQ, "host");
^~~~~~~~~
drivers/usb/dwc3/host.c:66:37: note: each undeclared identifier is reported
only once for each function it appears in
vim +/dwc3_pdev +66 drivers/usb/dwc3/host.c
60 struct resource *res;
61
62 irq = dwc3_host_get_irq(dwc);
63 if (irq < 0)
64 return irq;
65
> 66 res = platform_get_resource_byname(dwc3_pdev, IORESOURCE_IRQ,
"host");
67 if (!res)
68 res = platform_get_resource_byname(dwc3_pdev,
IORESOURCE_IRQ,
69 "dwc_usb3");
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
.config.gz
Description: application/gzip
