linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [pm:pm-s2idle-testing 9/12] drivers/acpi/ec.c:1061:2: error: implicit declaration of function 'pm_suspend_no_platform'
@ 2019-07-26  2:31 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-07-26  2:31 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: kbuild-all, linux-acpi, devel, linux-pm

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

tree:   https://kernel.googlesource.com/pub/scm/linux/kernel/git/rafael/linux-pm.git pm-s2idle-testing
head:   4bf4770939f0f44bcabdd02e15cc18bd683a2734
commit: 2f0dd704ceda376492d18398b659513077de672c [9/12] ACPI: PM: Set up EC GPE for system wakeup from drivers that need it
config: x86_64-randconfig-s0-07260935 (attached as .config)
compiler: gcc-4.9 (Debian 4.9.4-2) 4.9.4
reproduce:
        git checkout 2f0dd704ceda376492d18398b659513077de672c
        # save the attached .config to linux build tree
        make ARCH=x86_64 

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

All errors (new ones prefixed by >>):

   drivers/acpi/ec.c: In function 'acpi_ec_set_gpe_wake_mask':
>> drivers/acpi/ec.c:1061:2: error: implicit declaration of function 'pm_suspend_no_platform' [-Werror=implicit-function-declaration]
     if (pm_suspend_no_platform() && first_ec && !ec_no_wakeup)
     ^
   cc1: some warnings being treated as errors

vim +/pm_suspend_no_platform +1061 drivers/acpi/ec.c

  1058	
  1059	void acpi_ec_set_gpe_wake_mask(u8 action)
  1060	{
> 1061		if (pm_suspend_no_platform() && first_ec && !ec_no_wakeup)
  1062			acpi_set_gpe_wake_mask(NULL, first_ec->gpe, action);
  1063	}
  1064	EXPORT_SYMBOL_GPL(acpi_ec_set_gpe_wake_mask);
  1065	

---
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: 30588 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-26  2:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26  2:31 [pm:pm-s2idle-testing 9/12] drivers/acpi/ec.c:1061:2: error: implicit declaration of function 'pm_suspend_no_platform' kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).