* [chenxing:rperier-timer 15/15] drivers/clocksource/timer-msc313e.c:42:21: error: field has incomplete type 'struct delay_timer'
@ 2021-10-15 17:59 kernel test robot
0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-10-15 17:59 UTC (permalink / raw)
To: Romain Perier; +Cc: llvm, kbuild-all, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 2069 bytes --]
tree: git://github.com/linux-chenxing/linux.git rperier-timer
head: eaf15352146839d330f1e37f572478f214e68b64
commit: eaf15352146839d330f1e37f572478f214e68b64 [15/15] clocksource: msc313e: WIP changes
config: hexagon-buildonly-randconfig-r006-20211015 (attached as .config)
compiler: clang version 14.0.0 (https://github.com/llvm/llvm-project 6069a6a5049497a32a50a49661c2f4169078bdba)
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://github.com/linux-chenxing/linux/commit/eaf15352146839d330f1e37f572478f214e68b64
git remote add chenxing git://github.com/linux-chenxing/linux.git
git fetch --no-tags chenxing rperier-timer
git checkout eaf15352146839d330f1e37f572478f214e68b64
# save the attached .config to linux build tree
mkdir build_dir
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=hexagon SHELL=/bin/bash drivers/clocksource/
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
>> drivers/clocksource/timer-msc313e.c:42:21: error: field has incomplete type 'struct delay_timer'
struct delay_timer delay;
^
drivers/clocksource/timer-msc313e.c:42:9: note: forward declaration of 'struct delay_timer'
struct delay_timer delay;
^
>> drivers/clocksource/timer-msc313e.c:251:2: error: implicit declaration of function 'register_current_timer_delay' [-Werror,-Wimplicit-function-declaration]
register_current_timer_delay(&msc313e_delay->delay);
^
2 errors generated.
vim +42 drivers/clocksource/timer-msc313e.c
39
40 struct msc313e_delay {
41 void __iomem * base;
> 42 struct delay_timer delay;
43 };
44
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 22562 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-10-15 18:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 17:59 [chenxing:rperier-timer 15/15] drivers/clocksource/timer-msc313e.c:42:21: error: field has incomplete type 'struct delay_timer' kernel test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox