Hi Andrew,
I love your patch! Yet something to improve:
[auto build test ERROR on net-next/master]
url:
https://github.com/0day-ci/linux/commits/Andrew-Lunn/Move-MDIO-drivers-in...
base:
https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
3478f90cbff4d554763dba87cd2b6af57878424a
config: x86_64-randconfig-a012-20200823 (attached as .config)
compiler: clang version 12.0.0 (
https://github.com/llvm/llvm-project
b587ca93be114d07ec3bf654add97d7872325281)
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
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp(a)intel.com>
All errors (new ones prefixed by >>):
In file included from drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:42:
In file included from drivers/net/ethernet/stmicro/stmmac/stmmac.h:20:
> drivers/net/ethernet/stmicro/stmmac/common.h:18:10: fatal error:
'linux/pcs-xpcs.h' file not found
#include <linux/pcs-xpcs.h>
^~~~~~~~~~~~~~~~~~
1 error generated.
#
https://github.com/0day-ci/linux/commit/a0e2a70509ccccea25e95b9d668f058a1...
git remote add linux-review
https://github.com/0day-ci/linux
git fetch --no-tags linux-review
Andrew-Lunn/Move-MDIO-drivers-into-there-own-directory/20200823-020931
git checkout a0e2a70509ccccea25e95b9d668f058a1c287586
vim +18 drivers/net/ethernet/stmicro/stmmac/common.h
13
14 #include <linux/etherdevice.h>
15 #include <linux/netdevice.h>
16 #include <linux/stmmac.h>
17 #include <linux/phy.h>
18 #include <linux/pcs-xpcs.h>
19 #include
<linux/module.h>
20 #if IS_ENABLED(CONFIG_VLAN_8021Q)
21 #define STMMAC_VLAN_TAG_USED
22 #include <linux/if_vlan.h>
23 #endif
24
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org