CC: [email protected]
CC: Linux Memory Management List <[email protected]>
TO: Calvin Johnson <[email protected]>
CC: Ioana Ciornei <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git 
master
head:   e71e3a48a7e89fa71fb70bf4602367528864d2ff
commit: 425775ed31a6fac8b66ab077f7936fafad895ef6 [8478/11253] net: phy: 
Introduce phy related fwnode functions
:::::: branch date: 3 days ago
:::::: commit date: 9 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=425775ed31a6fac8b66ab077f7936fafad895ef6
        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 425775ed31a6fac8b66ab077f7936fafad895ef6
        # 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/phy/phy_device.c:12:1: iwyu: warning: superfluous #include 
>> <linux/acpi.h>
   drivers/net/phy/phy_device.c:13:1: iwyu: warning: superfluous #include 
<linux/bitmap.h>
   drivers/net/phy/phy_device.c:15:1: iwyu: warning: superfluous #include 
<linux/errno.h>
   drivers/net/phy/phy_device.c:16:1: iwyu: warning: superfluous #include 
<linux/etherdevice.h>
   drivers/net/phy/phy_device.c:19:1: iwyu: warning: superfluous #include 
<linux/interrupt.h>
   drivers/net/phy/phy_device.c:20:1: iwyu: warning: superfluous #include 
<linux/io.h>
   drivers/net/phy/phy_device.c:24:1: iwyu: warning: superfluous #include 
<linux/mm.h>
   drivers/net/phy/phy_device.c:31:1: iwyu: warning: superfluous #include 
<linux/skbuff.h>
   drivers/net/phy/phy_device.c:34:1: iwyu: warning: superfluous #include 
<linux/uaccess.h>
   drivers/net/phy/phy_device.c:35:1: iwyu: warning: superfluous #include 
<linux/unistd.h>

vim +12 drivers/net/phy/phy_device.c

8d242488ce4627 Joe Perches         2012-06-09  11  
425775ed31a6fa Calvin Johnson      2021-06-11 @12  #include <linux/acpi.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  13  #include <linux/bitmap.h>
00db8189d984d6 Andy Fleming        2005-07-30  14  #include <linux/delay.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  15  #include <linux/errno.h>
00db8189d984d6 Andy Fleming        2005-07-30  16  #include 
<linux/etherdevice.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  17  #include <linux/ethtool.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  18  #include <linux/init.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  19  #include <linux/interrupt.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  20  #include <linux/io.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  21  #include <linux/kernel.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  22  #include <linux/mdio.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  23  #include <linux/mii.h>
00db8189d984d6 Andy Fleming        2005-07-30  24  #include <linux/mm.h>
00db8189d984d6 Andy Fleming        2005-07-30  25  #include <linux/module.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  26  #include <linux/netdevice.h>
00db8189d984d6 Andy Fleming        2005-07-30  27  #include <linux/phy.h>
2e0bc452f47215 Zach Brown          2016-10-17  28  #include 
<linux/phy_led_triggers.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  29  #include <linux/property.h>
298e54fa810e02 Russell King        2019-11-15  30  #include <linux/sfp.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  31  #include <linux/skbuff.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  32  #include <linux/slab.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  33  #include <linux/string.h>
2f53e9047e79b6 Sergei Shtylyov     2014-01-05  34  #include <linux/uaccess.h>
e42bcd0f7e04e5 Bartosz Golaszewski 2020-06-26  35  #include <linux/unistd.h>
00db8189d984d6 Andy Fleming        2005-07-30  36  

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