On Tue, Jun 1, 2021 at 8:40 PM kernel test robot <lkp@xxxxxxxxx> wrote: > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git clkdev > head: 2c79796a923663135ddaf8e9ddca4b46ac8e0113 > commit: 5b2335ed6a67ea9f7894c2ffe27b2884ac46f39f [5/7] m68k: coldfire: remove private clk_get/clk_put > config: m68k-randconfig-r006-20210601 (attached as .config) > compiler: m68k-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 > # https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git/commit/?id=5b2335ed6a67ea9f7894c2ffe27b2884ac46f39f > git remote add asm-generic https://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git > git fetch --no-tags asm-generic clkdev > git checkout 5b2335ed6a67ea9f7894c2ffe27b2884ac46f39f > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=m68k > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot <lkp@xxxxxxxxx> > > All errors (new ones prefixed by >>): > > arch/m68k/coldfire/m53xx.c:294:24: warning: no previous prototype for 'sysinit' [-Wmissing-prototypes] > 294 | asmlinkage void __init sysinit(void) > | ^~~~~~~ > In file included from arch/m68k/include/asm/io.h:6, > from include/linux/io.h:13, > from arch/m68k/coldfire/m53xx.c:20: > arch/m68k/coldfire/m53xx.c: In function 'fbcs_init': > >> arch/m68k/coldfire/m53xx.c:278:29: error: 'xC0000000' undeclared (first use in this function); did you mean 'B3000000'? > 278 | #define EXT_SRAM_ADDRESS (0,xC0000000) > | ^~~~~~~~~ Fixed now, sorry for the typo. I'm going back to my normal input devices now ;-) Arnd