All of lore.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: kbuild@lists.01.org
Subject: [atishp04:dma_non_coherent_test 13/48] drivers/i2c/busses/i2c-designware-master.c:23:1: iwyu: warning: superfluous #include <linux/gpio-starfive-vic.h>
Date: Sun, 13 Jun 2021 13:51:55 +0800	[thread overview]
Message-ID: <202106131348.goQ4Nemi-lkp@intel.com> (raw)

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

CC: kbuild-all(a)lists.01.org
CC: Atish Patra <Atish.Patra@wdc.com>
TO: Tom <support@vamrs.com>
CC: Emil Renner Berthing <kernel@esmil.dk>

tree:   https://github.com/atishp04/linux dma_non_coherent_test
head:   fb2acfd97cce3c4ce3419495b8ec548f39256d2a
commit: e306a79bb1b0c9284457dfe13e7b57b2c1c988c5 [13/48] drivers/i2c: Add GPIO configuration for VIC7100.
:::::: branch date: 6 hours ago
:::::: commit date: 4 weeks ago
config: x86_64-randconfig-b001-20210613 (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://github.com/atishp04/linux/commit/e306a79bb1b0c9284457dfe13e7b57b2c1c988c5
        git remote add atishp04 https://github.com/atishp04/linux
        git fetch --no-tags atishp04 dma_non_coherent_test
        git checkout e306a79bb1b0c9284457dfe13e7b57b2c1c988c5
        # 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/i2c/busses/i2c-designware-master.c:13:1: iwyu: warning: superfluous #include <linux/errno.h>
>> drivers/i2c/busses/i2c-designware-master.c:23:1: iwyu: warning: superfluous #include <linux/gpio-starfive-vic.h>
   drivers/i2c/busses/i2c-designware-master.c:18:1: iwyu: warning: superfluous #include <linux/io.h>
--
   drivers/i2c/busses/i2c-designware-platdrv.c:12:1: iwyu: warning: superfluous #include <linux/clk-provider.h>
   drivers/i2c/busses/i2c-designware-platdrv.c:14:1: iwyu: warning: superfluous #include <linux/delay.h>
   drivers/i2c/busses/i2c-designware-platdrv.c:17:1: iwyu: warning: superfluous #include <linux/errno.h>
>> drivers/i2c/busses/i2c-designware-platdrv.c:35:1: iwyu: warning: superfluous #include <linux/gpio-starfive-vic.h>
   drivers/i2c/busses/i2c-designware-platdrv.c:19:1: iwyu: warning: superfluous #include <linux/interrupt.h>
   drivers/i2c/busses/i2c-designware-platdrv.c:20:1: iwyu: warning: superfluous #include <linux/io.h>
   drivers/i2c/busses/i2c-designware-platdrv.c:21:1: iwyu: warning: superfluous #include <linux/kernel.h>
   drivers/i2c/busses/i2c-designware-platdrv.c:32:1: iwyu: warning: superfluous #include <linux/sched.h>
   drivers/i2c/busses/i2c-designware-platdrv.c:33:1: iwyu: warning: superfluous #include <linux/slab.h>

vim +23 drivers/i2c/busses/i2c-designware-master.c

90312351fd1e47 drivers/i2c/busses/i2c-designware-master.c Luis Oliveira      2017-06-14 @13  #include <linux/errno.h>
90312351fd1e47 drivers/i2c/busses/i2c-designware-master.c Luis Oliveira      2017-06-14  14  #include <linux/export.h>
ca382f5b38f367 drivers/i2c/busses/i2c-designware-master.c Tim Sander         2017-11-02  15  #include <linux/gpio/consumer.h>
2373f6b9744d53 drivers/i2c/busses/i2c-designware-core.c   Dirk Brandewie     2011-10-29  16  #include <linux/i2c.h>
1ab52cf910bbbe drivers/i2c/busses/i2c-designware.c        Baruch Siach       2009-06-22  17  #include <linux/interrupt.h>
1ab52cf910bbbe drivers/i2c/busses/i2c-designware.c        Baruch Siach       2009-06-22  18  #include <linux/io.h>
9dd3162deb67e9 drivers/i2c/busses/i2c-designware-core.c   Mika Westerberg    2013-01-17  19  #include <linux/module.h>
e393f674c5fedc drivers/i2c/busses/i2c-designware-core.c   Luis Oliveira      2017-06-14  20  #include <linux/pm_runtime.h>
0daede80f87002 drivers/i2c/busses/i2c-designware-master.c Serge Semin        2020-05-28  21  #include <linux/regmap.h>
ca382f5b38f367 drivers/i2c/busses/i2c-designware-master.c Tim Sander         2017-11-02  22  #include <linux/reset.h>
e306a79bb1b0c9 drivers/i2c/busses/i2c-designware-master.c Tom                2021-03-13 @23  #include <linux/gpio-starfive-vic.h>
ce6eb574a1d9bb drivers/i2c/busses/i2c-designware.c        Shinya Kuribayashi 2009-11-06  24  

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

                 reply	other threads:[~2021-06-13  5:51 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=202106131348.goQ4Nemi-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.