tree:
https://git.linaro.org/people/lee.jones/linux.git tb-fix-w1-warnings
head: 31f8a18cb18ed697485d9feb2715719b80a367bc
commit: ceffc5032e6830af392a3fd47524a1b219fb243c [83/106] wireless: marvell: mwifiex:
sdio: Move 'static const struct's into their own header file
config: sh-randconfig-r031-20200818 (attached as .config)
compiler: sh4-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
git checkout ceffc5032e6830af392a3fd47524a1b219fb243c
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=sh
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 >>):
> drivers/net/wireless/marvell/mwifiex/sdio.c:30:10: fatal error:
sdio-tables.h: No such file or directory
30 | #include
"sdio-tables.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
git remote add lee-linaro
https://git.linaro.org/people/lee.jones/linux.git
git fetch --no-tags lee-linaro tb-fix-w1-warnings
git checkout ceffc5032e6830af392a3fd47524a1b219fb243c
vim +30 drivers/net/wireless/marvell/mwifiex/sdio.c
21
22 #include "decl.h"
23 #include "ioctl.h"
24 #include "util.h"
25 #include "fw.h"
26 #include "main.h"
27 #include "wmm.h"
28 #include "11n.h"
29 #include "sdio.h"
30 #include "sdio-tables.h"
31
32
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org