All of lore.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: kbuild-all@lists.01.org
Subject: [frank-w-bpi-r2-4.14:5.4-wifi 7/10] include/linux/pm_wakeup.h:189:2: error: implicit declaration of function 'wakeup_source_prepare'; did you mean 'wakeup_source_create'?
Date: Fri, 25 Oct 2019 19:54:49 +0800	[thread overview]
Message-ID: <201910251946.JW01ClD2%lkp@intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2130 bytes --]

tree:   https://github.com/frank-w/BPI-R2-4.14 5.4-wifi
head:   247c0a1b4c448f34c618955cc97411eaed06056a
commit: 34473d49317bf5dad624e17560e9d5e94f57a799 [7/10] mt6625l: adding wifi-related changes outside driver-directory
config: i386-tinyconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-14) 7.4.0
reproduce:
        git checkout 34473d49317bf5dad624e17560e9d5e94f57a799
        # save the attached .config to linux build tree
        make ARCH=i386 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

Note: the frank-w-bpi-r2-4.14/5.4-wifi HEAD 247c0a1b4c448f34c618955cc97411eaed06056a builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   In file included from include/linux/device.h:1337:0,
                    from include/linux/node.h:18,
                    from include/linux/swap.h:11,
                    from include/linux/suspend.h:5,
                    from arch/x86/kernel/asm-offsets.c:13:
   include/linux/pm_wakeup.h: In function 'wakeup_source_init':
>> include/linux/pm_wakeup.h:189:2: error: implicit declaration of function 'wakeup_source_prepare'; did you mean 'wakeup_source_create'? [-Werror=implicit-function-declaration]
     wakeup_source_prepare(ws, name);
     ^~~~~~~~~~~~~~~~~~~~~
     wakeup_source_create
   cc1: some warnings being treated as errors
   make[2]: *** [arch/x86/kernel/asm-offsets.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [sub-make] Error 2
   18 real  5 user  3 sys  52.50% cpu 	make prepare

vim +189 include/linux/pm_wakeup.h

   185	
   186	static inline void wakeup_source_init(struct wakeup_source *ws,
   187					      const char *name)
   188	{
 > 189		wakeup_source_prepare(ws, name);
   190		wakeup_source_add(ws);
   191	}
   192	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 7207 bytes --]

                 reply	other threads:[~2019-10-25 11:54 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=201910251946.JW01ClD2%lkp@intel.com \
    --to=lkp@intel.com \
    --cc=kbuild-all@lists.01.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.