CC: kbuild-...@lists.01.org
CC: linux-ker...@vger.kernel.org
TO: "Daniel W. S. Almeida" <dwlsalme...@gmail.com>
CC: Mauro Carvalho Chehab <mche...@kernel.org>
CC: linux-me...@vger.kernel.org

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   7426cedc7dad67bf3c71ea6cc29ab7822e1a453f
commit: 24fb190e92e09c819f432cdf366a1540cf52f1f2 media: vidtv: implement a 
tuner driver
date:   10 months ago
:::::: branch date: 9 hours ago
:::::: commit date: 10 months ago
config: x86_64-randconfig-b001-20210623 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
b259740801d3515810ecc15bf0c24b0d476a1608)
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=24fb190e92e09c819f432cdf366a1540cf52f1f2
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 24fb190e92e09c819f432cdf366a1540cf52f1f2
        # 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 <l...@intel.com>


iwyu warnings: (new ones prefixed by >>)
>> drivers/media/test-drivers/vidtv/vidtv_tuner.c:15:1: iwyu: warning: 
>> superfluous #include <linux/errno.h>
>> drivers/media/test-drivers/vidtv/vidtv_tuner.c:22:1: iwyu: warning: 
>> superfluous #include <linux/ratelimit.h>

vim +15 drivers/media/test-drivers/vidtv/vidtv_tuner.c

24fb190e92e09c Daniel W. S. Almeida 2020-08-21  14  
24fb190e92e09c Daniel W. S. Almeida 2020-08-21 @15  #include <linux/errno.h>
24fb190e92e09c Daniel W. S. Almeida 2020-08-21  16  #include <linux/i2c.h>
24fb190e92e09c Daniel W. S. Almeida 2020-08-21  17  #include <linux/module.h>
24fb190e92e09c Daniel W. S. Almeida 2020-08-21  18  #include <linux/slab.h>
24fb190e92e09c Daniel W. S. Almeida 2020-08-21  19  #include <linux/types.h>
24fb190e92e09c Daniel W. S. Almeida 2020-08-21  20  #include 
<media/dvb_frontend.h>
24fb190e92e09c Daniel W. S. Almeida 2020-08-21  21  #include <linux/printk.h>
24fb190e92e09c Daniel W. S. Almeida 2020-08-21 @22  #include <linux/ratelimit.h>
24fb190e92e09c Daniel W. S. Almeida 2020-08-21  23  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-...@lists.01.org

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- kbuild@lists.01.org
To unsubscribe send an email to kbuild-le...@lists.01.org

Reply via email to