public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: kernel test robot <lkp@intel.com>
To: Romain Perier <romain.perier@gmail.com>
Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org,
	linux-kernel@vger.kernel.org
Subject: [chenxing:rperier-timer 15/15] drivers/clocksource/timer-msc313e.c:42:21: error: field has incomplete type 'struct delay_timer'
Date: Sat, 16 Oct 2021 01:59:01 +0800	[thread overview]
Message-ID: <202110160153.eLeV6qGD-lkp@intel.com> (raw)

[-- 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 --]

                 reply	other threads:[~2021-10-15 18:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=202110160153.eLeV6qGD-lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=llvm@lists.linux.dev \
    --cc=romain.perier@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox