CC: [email protected] CC: [email protected] TO: Rob Herring <[email protected]> CC: Lorenzo Pieralisi <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 13311e74253fe64329390df80bed3f07314ddd61 commit: 39bc5006501cc31987f4fc249c5ce07286b84768 PCI: dwc: Centralize link gen setting date: 9 months ago :::::: branch date: 3 hours ago :::::: commit date: 9 months ago config: x86_64-randconfig-b001-20210621 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e1adf90826a57b674eee79b071fb46c1f5683cd0) 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=39bc5006501cc31987f4fc249c5ce07286b84768 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 39bc5006501cc31987f4fc249c5ce07286b84768 # 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-tegra194.c:13:1: iwyu: warning: superfluous #include <linux/gpio.h> drivers/pci/controller/dwc/pcie-tegra194.c:21:1: iwyu: warning: superfluous #include <linux/of_gpio.h> drivers/pci/controller/dwc/pcie-tegra194.c:23:1: iwyu: warning: superfluous #include <linux/of_pci.h> drivers/pci/controller/dwc/pcie-tegra194.c:29:1: iwyu: warning: superfluous #include <linux/random.h> drivers/pci/controller/dwc/pcie-tegra194.c:31:1: iwyu: warning: superfluous #include <linux/resource.h> >> drivers/pci/controller/dwc/pcie-tegra194.c:36:1: iwyu: warning: superfluous >> #include "../../pci.h" vim +36 drivers/pci/controller/dwc/pcie-tegra194.c 56e15a238d9278 Vidya Sagar 2019-08-13 @13 #include <linux/gpio.h> c57247f940e8ea Vidya Sagar 2020-03-03 14 #include <linux/gpio/consumer.h> 56e15a238d9278 Vidya Sagar 2019-08-13 15 #include <linux/interrupt.h> 56e15a238d9278 Vidya Sagar 2019-08-13 16 #include <linux/iopoll.h> 56e15a238d9278 Vidya Sagar 2019-08-13 17 #include <linux/kernel.h> 56e15a238d9278 Vidya Sagar 2019-08-13 18 #include <linux/module.h> 56e15a238d9278 Vidya Sagar 2019-08-13 19 #include <linux/of.h> 56e15a238d9278 Vidya Sagar 2019-08-13 20 #include <linux/of_device.h> 56e15a238d9278 Vidya Sagar 2019-08-13 21 #include <linux/of_gpio.h> 56e15a238d9278 Vidya Sagar 2019-08-13 22 #include <linux/of_irq.h> 56e15a238d9278 Vidya Sagar 2019-08-13 23 #include <linux/of_pci.h> 56e15a238d9278 Vidya Sagar 2019-08-13 24 #include <linux/pci.h> 56e15a238d9278 Vidya Sagar 2019-08-13 25 #include <linux/phy/phy.h> f4ff4faf894d36 Vidya Sagar 2019-09-05 26 #include <linux/pinctrl/consumer.h> 56e15a238d9278 Vidya Sagar 2019-08-13 27 #include <linux/platform_device.h> 56e15a238d9278 Vidya Sagar 2019-08-13 28 #include <linux/pm_runtime.h> 56e15a238d9278 Vidya Sagar 2019-08-13 29 #include <linux/random.h> 56e15a238d9278 Vidya Sagar 2019-08-13 30 #include <linux/reset.h> 56e15a238d9278 Vidya Sagar 2019-08-13 31 #include <linux/resource.h> 56e15a238d9278 Vidya Sagar 2019-08-13 32 #include <linux/types.h> 56e15a238d9278 Vidya Sagar 2019-08-13 33 #include "pcie-designware.h" 56e15a238d9278 Vidya Sagar 2019-08-13 34 #include <soc/tegra/bpmp.h> 56e15a238d9278 Vidya Sagar 2019-08-13 35 #include <soc/tegra/bpmp-abi.h> 56e15a238d9278 Vidya Sagar 2019-08-13 @36 #include "../../pci.h" 56e15a238d9278 Vidya Sagar 2019-08-13 37 :::::: The code at line 36 was first introduced by commit :::::: 56e15a238d92788a2d09e0c5c26a5de1b3156931 PCI: tegra: Add Tegra194 PCIe support :::::: TO: Vidya Sagar <[email protected]> :::::: CC: Lorenzo Pieralisi <[email protected]> --- 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]
