CC: [email protected]
CC: [email protected]
TO: Dave Airlie <[email protected]>
CC: Jani Nikula <[email protected]>
CC: "Ville Syrjälä" <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 
master
head:   e73f0f0ee7541171d89f2e2491130c7771ba58d3
commit: fbf756c31cca387510f4950bdd9704162e8196da drm/i915: refactor some crtc 
code out of intel display. (v2)
date:   6 months ago
:::::: branch date: 2 hours ago
:::::: commit date: 6 months ago
config: x86_64-randconfig-b001-20210705 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
89c1c64cc3170a05a881bb9954feafc3edca6704)
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=fbf756c31cca387510f4950bdd9704162e8196da
        git remote add linus 
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout fbf756c31cca387510f4950bdd9704162e8196da
        # 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/gpu/drm/gma500/ 
drivers/gpu/drm/i915/ drivers/gpu/drm/vmwgfx/ drivers/platform/surface/ 
drivers/platform/x86/

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/i915/display/intel_crtc.c:9:1: iwyu: warning: superfluous 
>> #include <drm/drm_fourcc.h>
>> drivers/gpu/drm/i915/display/intel_crtc.c:11:1: iwyu: warning: superfluous 
>> #include <drm/drm_plane_helper.h>
>> drivers/gpu/drm/i915/display/intel_crtc.c:14:1: iwyu: warning: superfluous 
>> #include "intel_atomic_plane.h"

vim +9 drivers/gpu/drm/i915/display/intel_crtc.c

fbf756c31cca38 Dave Airlie 2021-01-14   7  
fbf756c31cca38 Dave Airlie 2021-01-14   8  #include <drm/drm_atomic_helper.h>
fbf756c31cca38 Dave Airlie 2021-01-14  @9  #include <drm/drm_fourcc.h>
fbf756c31cca38 Dave Airlie 2021-01-14  10  #include <drm/drm_plane.h>
fbf756c31cca38 Dave Airlie 2021-01-14 @11  #include <drm/drm_plane_helper.h>
fbf756c31cca38 Dave Airlie 2021-01-14  12  
fbf756c31cca38 Dave Airlie 2021-01-14  13  #include "intel_atomic.h"
fbf756c31cca38 Dave Airlie 2021-01-14 @14  #include "intel_atomic_plane.h"
fbf756c31cca38 Dave Airlie 2021-01-14  15  #include "intel_color.h"
fbf756c31cca38 Dave Airlie 2021-01-14  16  #include "intel_crtc.h"
fbf756c31cca38 Dave Airlie 2021-01-14  17  #include "intel_cursor.h"
fbf756c31cca38 Dave Airlie 2021-01-14  18  #include "intel_display_debugfs.h"
fbf756c31cca38 Dave Airlie 2021-01-14  19  #include "intel_display_types.h"
fbf756c31cca38 Dave Airlie 2021-01-14  20  #include "intel_pipe_crc.h"
fbf756c31cca38 Dave Airlie 2021-01-14  21  #include "intel_sprite.h"
fbf756c31cca38 Dave Airlie 2021-01-14  22  #include "i9xx_plane.h"
fbf756c31cca38 Dave Airlie 2021-01-14  23  

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