All of lore.kernel.org
 help / color / mirror / Atom feed
* [renesas-drivers:topic/renesas-overlays-v5.13-rc1 3/116] drivers/of/overlay.c:24:1: iwyu: warning: superfluous #include <linux/atomic.h>
@ 2021-07-02  2:43 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-07-02  2:43 UTC (permalink / raw)
  To: kbuild

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

CC: kbuild-all(a)lists.01.org
CC: linux-renesas-soc(a)vger.kernel.org
TO: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
CC: Geert Uytterhoeven <geert+renesas@glider.be>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git topic/renesas-overlays-v5.13-rc1
head:   0e38674ad80b6bf09f351b3ebf767c0477b32fcf
commit: 5e3c27ba17da0b0c5573bd29918858ac1e733b6a [3/116] of: overlay: global sysfs enable attribute
:::::: branch date: 3 days ago
:::::: commit date: 5 weeks ago
config: x86_64-randconfig-b001-20210701 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project e7e71e9454ed76c1b3d8140170b5333c28bef1be)
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/geert/renesas-drivers.git/commit/?id=5e3c27ba17da0b0c5573bd29918858ac1e733b6a
        git remote add renesas-drivers https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git
        git fetch --no-tags renesas-drivers topic/renesas-overlays-v5.13-rc1
        git checkout 5e3c27ba17da0b0c5573bd29918858ac1e733b6a
        # 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 drivers/md/ drivers/of/

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/of/overlay.c:24:1: iwyu: warning: superfluous #include <linux/atomic.h>
   drivers/of/overlay.c:17:1: iwyu: warning: superfluous #include <linux/ctype.h>
   drivers/of/overlay.c:21:1: iwyu: warning: superfluous #include <linux/err.h>
   drivers/of/overlay.c:18:1: iwyu: warning: superfluous #include <linux/errno.h>
   drivers/of/overlay.c:20:1: iwyu: warning: superfluous #include <linux/libfdt.h>
   drivers/of/overlay.c:12:1: iwyu: warning: superfluous #include <linux/module.h>
   drivers/of/overlay.c:14:1: iwyu: warning: superfluous #include <linux/of_device.h>

vim +24 drivers/of/overlay.c

606ad42aa3b1fe Rob Herring       2016-06-15  10  
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  11  #include <linux/kernel.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  12  #include <linux/module.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  13  #include <linux/of.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  14  #include <linux/of_device.h>
39a751a4cb7e47 Frank Rowand      2018-02-12  15  #include <linux/of_fdt.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  16  #include <linux/string.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  17  #include <linux/ctype.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  18  #include <linux/errno.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  19  #include <linux/slab.h>
39a751a4cb7e47 Frank Rowand      2018-02-12  20  #include <linux/libfdt.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  21  #include <linux/err.h>
0d1886df6f770f Mark Brown        2015-02-17  22  #include <linux/idr.h>
f3e343efefe134 Pantelis Antoniou 2015-03-15  23  #include <linux/sysfs.h>
5e3c27ba17da0b Pantelis Antoniou 2015-03-17 @24  #include <linux/atomic.h>
7518b5890d8ac3 Pantelis Antoniou 2014-10-28  25  

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

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

only message in thread, other threads:[~2021-07-02  2:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-02  2:43 [renesas-drivers:topic/renesas-overlays-v5.13-rc1 3/116] drivers/of/overlay.c:24:1: iwyu: warning: superfluous #include <linux/atomic.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.