CC: [email protected]
CC: Linux Memory Management List <[email protected]>
TO: Michael Grzeschik <[email protected]>
CC: Oleksij Rempel <[email protected]>
CC: Vladimir Oltean <[email protected]>
CC: Florian Fainelli <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
master
head:   e71e3a48a7e89fa71fb70bf4602367528864d2ff
commit: ec4b94f9b37bf028cb9b9c39cd1c1cb5dd1ab40c [9158/11253] net: phy: micrel: 
move phy reg offsets to common header
:::::: branch date: 3 days ago
:::::: commit date: 6 days ago
config: x86_64-randconfig-b001-20210621 (attached as .config)
compiler: clang version 13.0.0 (https://github.com/llvm/llvm-project 
e1adf90826a57b674eee79b071fb46c1f5683cd0)
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/next/linux-next.git/commit/?id=ec4b94f9b37bf028cb9b9c39cd1c1cb5dd1ab40c
        git remote add linux-next 
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
        git fetch --no-tags linux-next master
        git checkout ec4b94f9b37bf028cb9b9c39cd1c1cb5dd1ab40c
        # 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 <[email protected]>


iwyu warnings: (new ones prefixed by >>)
>> drivers/net/ethernet/micrel/ksz884x.c:28:1: iwyu: warning: superfluous 
>> #include <linux/micrel_phy.h>
   drivers/net/ethernet/micrel/ksz884x.c:19:1: iwyu: warning: superfluous 
#include <linux/platform_device.h>
   drivers/net/ethernet/micrel/ksz884x.c:17:1: iwyu: warning: superfluous 
#include <linux/proc_fs.h>
   drivers/net/ethernet/micrel/ksz884x.c:26:1: iwyu: warning: superfluous 
#include <linux/sched.h>

vim +28 drivers/net/ethernet/micrel/ksz884x.c

0dc7d2b3cbfcf4 drivers/net/ksz884x.c                 Joe Perches       
2010-02-27  10  
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  11  #include <linux/init.h>
a6b7a407865aab drivers/net/ksz884x.c                 Alexey Dobriyan   
2011-06-06  12  #include <linux/interrupt.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  13  #include <linux/kernel.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  14  #include <linux/module.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  15  #include <linux/ioport.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  16  #include <linux/pci.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  17  #include <linux/proc_fs.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  18  #include <linux/mii.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  19  #include <linux/platform_device.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  20  #include <linux/ethtool.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  21  #include <linux/etherdevice.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  22  #include <linux/in.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  23  #include <linux/ip.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  24  #include <linux/if_vlan.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  25  #include <linux/crc32.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  26  #include <linux/sched.h>
5a0e3ad6af8660 drivers/net/ksz884x.c                 Tejun Heo         
2010-03-24  27  #include <linux/slab.h>
ec4b94f9b37bf0 drivers/net/ethernet/micrel/ksz884x.c Michael Grzeschik 
2021-06-14 @28  #include <linux/micrel_phy.h>
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  29  
8ca86fd83eae6c drivers/net/ksz884x.c                 Tristram Ha       
2010-02-08  30  

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]

Attachment: .config.gz
Description: application/gzip

_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to