CC: [email protected]
CC: [email protected]
TO: Vinay Simha BN <[email protected]>
CC: Sam Ravnborg <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   98f7fdced2e0efb1599a37b3e57671a7884f3a25
commit: b26975593b17c2c7188b96dba6fe9fff14480538 display/drm/bridge: TC358775 
DSI/LVDS driver
date:   11 months ago
:::::: branch date: 9 hours ago
:::::: commit date: 11 months ago
config: x86_64-randconfig-b001-20210707 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
8d69635ed9ecf36fd0ca85906bfde17949671cbe)
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=b26975593b17c2c7188b96dba6fe9fff14480538
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout b26975593b17c2c7188b96dba6fe9fff14480538
        # 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

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/gpu/drm/bridge/tc358775.c:20:1: iwyu: warning: superfluous #include 
>> <asm/unaligned.h>
>> drivers/gpu/drm/bridge/tc358775.c:22:1: iwyu: warning: superfluous #include 
>> <drm/drm_atomic_helper.h>
>> drivers/gpu/drm/bridge/tc358775.c:24:1: iwyu: warning: superfluous #include 
>> <drm/drm_crtc_helper.h>
>> drivers/gpu/drm/bridge/tc358775.c:25:1: iwyu: warning: superfluous #include 
>> <drm/drm_dp_helper.h>
>> drivers/gpu/drm/bridge/tc358775.c:28:1: iwyu: warning: superfluous #include 
>> <drm/drm_panel.h>
>> drivers/gpu/drm/bridge/tc358775.c:29:1: iwyu: warning: superfluous #include 
>> <drm/drm_probe_helper.h>
>> drivers/gpu/drm/bridge/tc358775.c:11:1: iwyu: warning: superfluous #include 
>> <linux/clk.h>
   drivers/gpu/drm/bridge/tc358775.c:18:1: iwyu: warning: superfluous #include 
<linux/slab.h>

vim +20 drivers/gpu/drm/bridge/tc358775.c

b26975593b17c2 Vinay Simha BN 2020-07-10 @11  #include <linux/clk.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  12  #include <linux/device.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  13  #include <linux/gpio/consumer.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  14  #include <linux/i2c.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  15  #include <linux/kernel.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  16  #include <linux/module.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  17  #include 
<linux/regulator/consumer.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  18  #include <linux/slab.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  19  
b26975593b17c2 Vinay Simha BN 2020-07-10 @20  #include <asm/unaligned.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  21  
b26975593b17c2 Vinay Simha BN 2020-07-10 @22  #include <drm/drm_atomic_helper.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  23  #include <drm/drm_bridge.h>
b26975593b17c2 Vinay Simha BN 2020-07-10 @24  #include <drm/drm_crtc_helper.h>
b26975593b17c2 Vinay Simha BN 2020-07-10 @25  #include <drm/drm_dp_helper.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  26  #include <drm/drm_mipi_dsi.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  27  #include <drm/drm_of.h>
b26975593b17c2 Vinay Simha BN 2020-07-10 @28  #include <drm/drm_panel.h>
b26975593b17c2 Vinay Simha BN 2020-07-10 @29  #include <drm/drm_probe_helper.h>
b26975593b17c2 Vinay Simha BN 2020-07-10  30  

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