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: ia64-allmodconfig (attached as .config)
compiler: ia64-linux-gcc (GCC) 9.3.0
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
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=ia64
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.h:20,
from drivers/net/ethernet/stmicro/stmmac/stmmac_platform.h:12,
from drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c:24:
> drivers/net/ethernet/stmicro/stmmac/common.h:18:10: fatal error:
linux/pcs-xpcs.h: No such file or directory
18 | #include
<linux/pcs-xpcs.h>
| ^~~~~~~~~~~~~~~~~~
compilation terminated.
#
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