[xlnx:xlnx_rebase_v5.4 903/1757] include/linux/usb/xhci_pdriver.h:22:51: error: unknown type name 'bool'
kernel test robot
lkp at intel.com
Fri May 14 05:09:18 PDT 2021
tree: https://github.com/Xilinx/linux-xlnx xlnx_rebase_v5.4
head: f09edce8c39b74223461bf2175649535ebe8b213
commit: 6d0468b837bc2b3cce625f59904d137e63637b5d [903/1757] usb: dwc3: Add support for clock disabling during suspend
config: um-allmodconfig (attached as .config)
compiler: gcc-9 (Debian 9.3.0-22) 9.3.0
reproduce (this is a W=1 build):
# https://github.com/Xilinx/linux-xlnx/commit/6d0468b837bc2b3cce625f59904d137e63637b5d
git remote add xlnx https://github.com/Xilinx/linux-xlnx
git fetch --no-tags xlnx xlnx_rebase_v5.4
git checkout 6d0468b837bc2b3cce625f59904d137e63637b5d
# save the attached .config to linux build tree
make W=1 W=1 ARCH=um
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp at intel.com>
All errors (new ones prefixed by >>):
cc1: warning: arch/um/include/uapi: No such file or directory [-Wmissing-include-dirs]
In file included from <command-line>:
>> include/linux/usb/xhci_pdriver.h:22:51: error: unknown type name 'bool'
22 | void dwc3_host_wakeup_capable(struct device *dev, bool wakeup)
| ^~~~
Kconfig warnings: (for reference only)
WARNING: unmet direct dependencies detected for UIO_DMEM_GENIRQ
Depends on UIO && HAS_DMA
Selected by
- UIO_XILINX_AI_ENGINE && UIO
vim +/bool +22 include/linux/usb/xhci_pdriver.h
20
21 #else
> 22 void dwc3_host_wakeup_capable(struct device *dev, bool wakeup)
23 { ; }
24 #endif
25
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 21947 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20210514/e713a100/attachment-0001.gz>
More information about the linux-arm-kernel
mailing list