All of lore.kernel.org
 help / color / mirror / Atom feed
* [intel-linux-intel-lts:4.19/android_r 19120/23451] drivers/media/i2c/max9286.c:8:1: iwyu: warning: superfluous #include <linux/platform_device.h>
@ 2021-06-23 11:25 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-23 11:25 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: "Pan, Kris" <kris.pan@intel.com>

tree:   https://github.com/intel/linux-intel-lts.git 4.19/android_r
head:   71dbe8b787e34f3ce300217fc6ca5a2ec4aef447
commit: b652a52d36a85d1b731921ba08e701d7150ce200 [19120/23451] Merge branch 'aosp/android-4.19-stable' into android_r
:::::: branch date: 5 days ago
:::::: commit date: 10 months ago
config: x86_64-randconfig-b001-20210622 (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://github.com/intel/linux-intel-lts/commit/b652a52d36a85d1b731921ba08e701d7150ce200
        git remote add intel-linux-intel-lts https://github.com/intel/linux-intel-lts.git
        git fetch --no-tags intel-linux-intel-lts 4.19/android_r
        git checkout b652a52d36a85d1b731921ba08e701d7150ce200
        # 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/media/i2c/max9286.c:8:1: iwyu: warning: superfluous #include <linux/platform_device.h>
   drivers/media/i2c/max9286.c:6:1: iwyu: warning: superfluous #include <linux/slab.h>
>> drivers/media/i2c/max9286.c:7:1: iwyu: warning: superfluous #include <linux/wait.h>
>> drivers/media/i2c/max9286.c:11:1: iwyu: warning: superfluous #include <media/media-device.h>
>> drivers/media/i2c/max9286.c:16:1: iwyu: warning: superfluous #include <media/videobuf2-core.h>

vim +8 drivers/media/i2c/max9286.c

41994ca1985584 Meng Wei 2018-10-26   3  
41994ca1985584 Meng Wei 2018-10-26   4  #include <linux/device.h>
41994ca1985584 Meng Wei 2018-10-26   5  #include <linux/module.h>
41994ca1985584 Meng Wei 2018-10-26   6  #include <linux/slab.h>
41994ca1985584 Meng Wei 2018-10-26  @7  #include <linux/wait.h>
41994ca1985584 Meng Wei 2018-10-26  @8  #include <linux/platform_device.h>
41994ca1985584 Meng Wei 2018-10-26   9  #include <linux/delay.h>
41994ca1985584 Meng Wei 2018-10-26  10  
41994ca1985584 Meng Wei 2018-10-26 @11  #include <media/media-device.h>
41994ca1985584 Meng Wei 2018-10-26  12  #include <media/media-entity.h>
41994ca1985584 Meng Wei 2018-10-26  13  #include <media/max9286.h>
41994ca1985584 Meng Wei 2018-10-26  14  #include <media/crlmodule.h>
41994ca1985584 Meng Wei 2018-10-26  15  #include <media/v4l2-device.h>
41994ca1985584 Meng Wei 2018-10-26 @16  #include <media/videobuf2-core.h>
41994ca1985584 Meng Wei 2018-10-26  17  

:::::: The code at line 8 was first introduced by commit
:::::: 41994ca1985584f12c52324f97effb3a8ae4a0c1 media: i2c: add MAX9286/96705 SER/DES driver

:::::: TO: Meng Wei <wei.meng@intel.com>
:::::: CC: Pan, Kris <kris.pan@intel.com>

---
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: 34059 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-23 11:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-23 11:25 [intel-linux-intel-lts:4.19/android_r 19120/23451] drivers/media/i2c/max9286.c:8:1: iwyu: warning: superfluous #include <linux/platform_device.h> 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.