All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/gpu/drm/bridge/lontium-lt9611.c:17:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h>
@ 2021-07-11  0:44 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-07-11  0:44 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 2531 bytes --]

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Vinod Koul <vkoul@kernel.org>
CC: Sam Ravnborg <sam@ravnborg.org>
CC: Bjorn Andersson <bjorn.andersson@linaro.org>
CC: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   1e16624d7b4376797ede36e3c955375cf0f23298
commit: 23278bf54afe180967069bdc8c0f1c7a365fc63e drm/bridge: Introduce LT9611 DSI to HDMI bridge
date:   12 months ago
:::::: branch date: 6 hours ago
:::::: commit date: 12 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=23278bf54afe180967069bdc8c0f1c7a365fc63e
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 23278bf54afe180967069bdc8c0f1c7a365fc63e
        # 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 <lkp@intel.com>


iwyu warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/bridge/lontium-lt9611.c:17:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h>

vim +17 drivers/gpu/drm/bridge/lontium-lt9611.c

23278bf54afe18 Vinod Koul 2020-07-23  16  
23278bf54afe18 Vinod Koul 2020-07-23 @17  #include <drm/drm_atomic_helper.h>
23278bf54afe18 Vinod Koul 2020-07-23  18  #include <drm/drm_bridge.h>
23278bf54afe18 Vinod Koul 2020-07-23  19  #include <drm/drm_mipi_dsi.h>
23278bf54afe18 Vinod Koul 2020-07-23  20  #include <drm/drm_print.h>
23278bf54afe18 Vinod Koul 2020-07-23  21  #include <drm/drm_probe_helper.h>
23278bf54afe18 Vinod Koul 2020-07-23  22  

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

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 42192 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* drivers/gpu/drm/bridge/lontium-lt9611.c:17:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h>
@ 2021-06-10  0:30 kernel test robot
  0 siblings, 0 replies; 2+ messages in thread
From: kernel test robot @ 2021-06-10  0:30 UTC (permalink / raw)
  To: kbuild

[-- Attachment #1: Type: text/plain, Size: 2479 bytes --]

CC: kbuild-all(a)lists.01.org
CC: linux-kernel(a)vger.kernel.org
TO: Vinod Koul <vkoul@kernel.org>
CC: Sam Ravnborg <sam@ravnborg.org>
CC: Bjorn Andersson <bjorn.andersson@linaro.org>
CC: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
head:   cd1245d75ce93b8fd206f4b34eb58bcfe156d5e9
commit: 23278bf54afe180967069bdc8c0f1c7a365fc63e drm/bridge: Introduce LT9611 DSI to HDMI bridge
date:   11 months ago
:::::: branch date: 2 hours ago
:::::: commit date: 11 months ago
config: x86_64-randconfig-b001-20210610 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project d2012d965d60c3258b3a69d024491698f8aec386)
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=23278bf54afe180967069bdc8c0f1c7a365fc63e
        git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
        git fetch --no-tags linus master
        git checkout 23278bf54afe180967069bdc8c0f1c7a365fc63e
        # 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 <lkp@intel.com>


iwyu warnings: (new ones prefixed by >>)
>> drivers/gpu/drm/bridge/lontium-lt9611.c:17:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h>

vim +17 drivers/gpu/drm/bridge/lontium-lt9611.c

23278bf54afe18 Vinod Koul 2020-07-23  16  
23278bf54afe18 Vinod Koul 2020-07-23 @17  #include <drm/drm_atomic_helper.h>
23278bf54afe18 Vinod Koul 2020-07-23  18  #include <drm/drm_bridge.h>
23278bf54afe18 Vinod Koul 2020-07-23  19  #include <drm/drm_mipi_dsi.h>
23278bf54afe18 Vinod Koul 2020-07-23  20  #include <drm/drm_print.h>
23278bf54afe18 Vinod Koul 2020-07-23  21  #include <drm/drm_probe_helper.h>
23278bf54afe18 Vinod Koul 2020-07-23  22  

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

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 33456 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-11  0:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-11  0:44 drivers/gpu/drm/bridge/lontium-lt9611.c:17:1: iwyu: warning: superfluous #include <drm/drm_atomic_helper.h> kernel test robot
  -- strict thread matches above, loose matches on Subject: below --
2021-06-10  0:30 kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.