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: 17bcc8035d2d19fc96f8e61f41edd5e1df5dbaa1 clk: renesas: cpg-mssr: Add 
support for R-Car V3U
date:   10 months ago
:::::: branch date: 15 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=17bcc8035d2d19fc96f8e61f41edd5e1df5dbaa1
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 17bcc8035d2d19fc96f8e61f41edd5e1df5dbaa1
        # 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/clk/renesas/r8a779a0-cpg-mssr.c:14:1: iwyu: warning: superfluous 
>> #include <linux/bitfield.h>
   drivers/clk/renesas/r8a779a0-cpg-mssr.c:13:1: iwyu: warning: superfluous 
#include <linux/bug.h>
>> drivers/clk/renesas/r8a779a0-cpg-mssr.c:15:1: iwyu: warning: superfluous 
>> #include <linux/clk.h>
>> drivers/clk/renesas/r8a779a0-cpg-mssr.c:17:1: iwyu: warning: superfluous 
>> #include <linux/device.h>
>> drivers/clk/renesas/r8a779a0-cpg-mssr.c:20:1: iwyu: warning: superfluous 
>> #include <linux/io.h>
>> drivers/clk/renesas/r8a779a0-cpg-mssr.c:22:1: iwyu: warning: superfluous 
>> #include <linux/pm.h>
   drivers/clk/renesas/r8a779a0-cpg-mssr.c:23:1: iwyu: warning: superfluous 
#include <linux/slab.h>

vim +14 drivers/clk/renesas/r8a779a0-cpg-mssr.c

17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11 @14  #include <linux/bitfield.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11 @15  #include <linux/clk.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11  16  #include <linux/clk-provider.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11 @17  #include <linux/device.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11  18  #include <linux/err.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11  19  #include <linux/init.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11 @20  #include <linux/io.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11  21  #include <linux/kernel.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11 @22  #include <linux/pm.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11  23  #include <linux/slab.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11  24  #include 
<linux/soc/renesas/rcar-rst.h>
17bcc8035d2d19 Yoshihiro Shimoda 2020-09-11  25  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to