All of lore.kernel.org
 help / color / mirror / Atom feed
* [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>
@ 2021-06-13  5:51 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-13  5:51 UTC (permalink / raw)
  To: kbuild

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

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

only message in thread, other threads:[~2021-06-13  5:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13  5:51 [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> 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.