All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild@lists.01.org
Subject: [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>
Date: Wed, 23 Jun 2021 19:25:57 +0800	[thread overview]
Message-ID: <202106231940.X4i9DAKX-lkp@intel.com> (raw)

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

                 reply	other threads:[~2021-06-23 11:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202106231940.X4i9DAKX-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.