CC: [email protected]
CC: [email protected]
TO: Loic Poulain <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   1d67c8d993baf8ab6be8a2154b1a94ec1311c869
commit: 163c5e6262ae5d7347801964dbd3d48490490a3d net: mhi: Add mbim proto
date:   5 months ago
:::::: branch date: 19 hours ago
:::::: commit date: 5 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=163c5e6262ae5d7347801964dbd3d48490490a3d
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 163c5e6262ae5d7347801964dbd3d48490490a3d
        # 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/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/net/mhi/proto_mbim.c:14:1: iwyu: warning: superfluous #include 
>> <linux/ethtool.h>
>> drivers/net/mhi/proto_mbim.c:15:1: iwyu: warning: superfluous #include 
>> <linux/if_vlan.h>
>> drivers/net/mhi/proto_mbim.c:16:1: iwyu: warning: superfluous #include 
>> <linux/ip.h>
>> drivers/net/mhi/proto_mbim.c:17:1: iwyu: warning: superfluous #include 
>> <linux/mii.h>
>> drivers/net/mhi/proto_mbim.c:20:1: iwyu: warning: superfluous #include 
>> <linux/usb.h>
>> drivers/net/mhi/proto_mbim.c:22:1: iwyu: warning: superfluous #include 
>> <linux/usb/usbnet.h>

vim +14 drivers/net/mhi/proto_mbim.c

163c5e6262ae5d Loic Poulain 2021-02-09 @14  #include <linux/ethtool.h>
163c5e6262ae5d Loic Poulain 2021-02-09 @15  #include <linux/if_vlan.h>
163c5e6262ae5d Loic Poulain 2021-02-09 @16  #include <linux/ip.h>
163c5e6262ae5d Loic Poulain 2021-02-09 @17  #include <linux/mii.h>
163c5e6262ae5d Loic Poulain 2021-02-09  18  #include <linux/netdevice.h>
163c5e6262ae5d Loic Poulain 2021-02-09  19  #include <linux/skbuff.h>
163c5e6262ae5d Loic Poulain 2021-02-09 @20  #include <linux/usb.h>
163c5e6262ae5d Loic Poulain 2021-02-09  21  #include <linux/usb/cdc.h>
163c5e6262ae5d Loic Poulain 2021-02-09 @22  #include <linux/usb/usbnet.h>
163c5e6262ae5d Loic Poulain 2021-02-09  23  #include <linux/usb/cdc_ncm.h>
163c5e6262ae5d Loic Poulain 2021-02-09  24  

---
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