CC: [email protected] CC: [email protected] TO: Paul Walmsley <[email protected]> CC: Lorenzo Pieralisi <[email protected]> CC: Henry Styles <[email protected]> CC: Erik Danie <[email protected]> CC: Greentime Hu <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 913ec3c22ef425d63dd0bc81fb008ce7f9bcb07b commit: e7e21b3a339bd1b3c1d951b37be5e322c5c0dbf2 PCI: fu740: Add SiFive FU740 PCIe host controller driver date: 7 weeks ago :::::: branch date: 16 hours ago :::::: commit date: 7 weeks ago config: x86_64-randconfig-b001-20210620 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d1baf2895467735ab14f4b3415fce204c0cc8e7f) reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # install x86_64 cross compiling tool for clang build # apt-get install binutils-x86-64-linux-gnu # apt-get install iwyu # include-what-you-use # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e7e21b3a339bd1b3c1d951b37be5e322c5c0dbf2 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout e7e21b3a339bd1b3c1d951b37be5e322c5c0dbf2 # save the attached .config to linux build tree COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu ARCH=x86_64 If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot <[email protected]> iwyu warnings: (new ones prefixed by >>) >> drivers/pci/controller/dwc/pcie-fu740.c:16:1: iwyu: warning: superfluous >> #include <linux/gpio.h> >> drivers/pci/controller/dwc/pcie-fu740.c:26:1: iwyu: warning: superfluous >> #include <linux/interrupt.h> drivers/pci/controller/dwc/pcie-fu740.c:18:1: iwyu: warning: superfluous #include <linux/kernel.h> >> drivers/pci/controller/dwc/pcie-fu740.c:19:1: iwyu: warning: superfluous >> #include <linux/mfd/syscon.h> >> drivers/pci/controller/dwc/pcie-fu740.c:20:1: iwyu: warning: superfluous >> #include <linux/module.h> >> drivers/pci/controller/dwc/pcie-fu740.c:21:1: iwyu: warning: superfluous >> #include <linux/pci.h> >> drivers/pci/controller/dwc/pcie-fu740.c:23:1: iwyu: warning: superfluous >> #include <linux/regulator/consumer.h> >> drivers/pci/controller/dwc/pcie-fu740.c:24:1: iwyu: warning: superfluous >> #include <linux/resource.h> >> drivers/pci/controller/dwc/pcie-fu740.c:25:1: iwyu: warning: superfluous >> #include <linux/types.h> vim +16 drivers/pci/controller/dwc/pcie-fu740.c e7e21b3a339bd1 Paul Walmsley 2021-05-04 @16 #include <linux/gpio.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 17 #include <linux/gpio/consumer.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 18 #include <linux/kernel.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 @19 #include <linux/mfd/syscon.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 @20 #include <linux/module.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 @21 #include <linux/pci.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 22 #include <linux/platform_device.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 @23 #include <linux/regulator/consumer.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 @24 #include <linux/resource.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 @25 #include <linux/types.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 @26 #include <linux/interrupt.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 27 #include <linux/iopoll.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 28 #include <linux/reset.h> e7e21b3a339bd1 Paul Walmsley 2021-05-04 29 --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/[email protected]
.config.gz
Description: application/gzip
_______________________________________________ kbuild mailing list -- [email protected] To unsubscribe send an email to [email protected]
