CC: [email protected] CC: [email protected] TO: Yoshihiro Shimoda <[email protected]> CC: Geert Uytterhoeven <[email protected]>
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 1d67c8d993baf8ab6be8a2154b1a94ec1311c869 commit: 1b4298f000064cc20540a565d249914c60597550 soc: renesas: r8a779a0-sysc: Add r8a779a0 support date: 10 months ago :::::: branch date: 17 hours ago :::::: commit date: 10 months ago config: x86_64-randconfig-b001-20210716 (attached as .config) compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 0e49c54a8cbd3e779e5526a5888c683c01cc3c50) 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=1b4298f000064cc20540a565d249914c60597550 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 1b4298f000064cc20540a565d249914c60597550 # save the attached .config to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross C=1 CHECK=iwyu O=build_dir ARCH=x86_64 SHELL=/bin/bash drivers/clk/renesas/ drivers/net/ drivers/pci/controller/mobiveil/ drivers/soc/renesas/ drivers/tty/serial/ 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/soc/renesas/r8a779a0-sysc.c:10:1: iwyu: warning: superfluous >> #include <linux/delay.h> drivers/soc/renesas/r8a779a0-sysc.c:11:1: iwyu: warning: superfluous #include <linux/err.h> >> drivers/soc/renesas/r8a779a0-sysc.c:12:1: iwyu: warning: superfluous >> #include <linux/io.h> >> drivers/soc/renesas/r8a779a0-sysc.c:15:1: iwyu: warning: superfluous >> #include <linux/mm.h> vim +10 drivers/soc/renesas/r8a779a0-sysc.c 1b4298f000064c Yoshihiro Shimoda 2020-09-11 @10 #include <linux/delay.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 11 #include <linux/err.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 @12 #include <linux/io.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 13 #include <linux/iopoll.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 14 #include <linux/kernel.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 @15 #include <linux/mm.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 16 #include <linux/of_address.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 17 #include <linux/pm_domain.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 18 #include <linux/slab.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 19 #include <linux/spinlock.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 20 #include <linux/types.h> 1b4298f000064c Yoshihiro Shimoda 2020-09-11 21 --- 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]
