All of lore.kernel.org
 help / color / mirror / Atom feed
* [pm:bleeding-edge 87/88] drivers/acpi/acpi_lpss.c:896:20: error: 'acpi_subsys_suspend_noirq' undeclared here (not in a function)
@ 2017-10-26 12:17 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2017-10-26 12:17 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: kbuild-all, linux-acpi, devel, linux-pm

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

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git bleeding-edge
head:   9b3e83b2d7070805ab1890f18d0b3f2cdf177786
commit: e1a07b46a16732e00be7d1be004858fbbc524740 [87/88] ACPI / PM: Take SMART_SUSPEND driver flag into account
config: x86_64-randconfig-x006-201743 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        git checkout e1a07b46a16732e00be7d1be004858fbbc524740
        # save the attached .config to linux build tree
        make ARCH=x86_64 

All errors (new ones prefixed by >>):

>> drivers/acpi/acpi_lpss.c:896:20: error: 'acpi_subsys_suspend_noirq' undeclared here (not in a function)
      .suspend_noirq = acpi_subsys_suspend_noirq,
                       ^~~~~~~~~~~~~~~~~~~~~~~~~
>> drivers/acpi/acpi_lpss.c:897:19: error: 'acpi_subsys_resume_noirq' undeclared here (not in a function)
      .resume_noirq = acpi_subsys_resume_noirq,
                      ^~~~~~~~~~~~~~~~~~~~~~~~
>> drivers/acpi/acpi_lpss.c:900:18: error: 'acpi_subsys_freeze_late' undeclared here (not in a function)
      .freeze_late = acpi_subsys_freeze_late,
                     ^~~~~~~~~~~~~~~~~~~~~~~
>> drivers/acpi/acpi_lpss.c:901:19: error: 'acpi_subsys_freeze_noirq' undeclared here (not in a function)
      .freeze_noirq = acpi_subsys_freeze_noirq,
                      ^~~~~~~~~~~~~~~~~~~~~~~~
>> drivers/acpi/acpi_lpss.c:902:17: error: 'acpi_subsys_thaw_noirq' undeclared here (not in a function)
      .thaw_noirq = acpi_subsys_thaw_noirq,
                    ^~~~~~~~~~~~~~~~~~~~~~

vim +/acpi_subsys_suspend_noirq +896 drivers/acpi/acpi_lpss.c

   883	
   884	static struct dev_pm_domain acpi_lpss_pm_domain = {
   885	#ifdef CONFIG_PM
   886		.activate = acpi_lpss_activate,
   887		.dismiss = acpi_lpss_dismiss,
   888	#endif
   889		.ops = {
   890	#ifdef CONFIG_PM
   891	#ifdef CONFIG_PM_SLEEP
   892			.prepare = acpi_subsys_prepare,
   893			.complete = acpi_subsys_complete,
   894			.suspend = acpi_subsys_suspend,
   895			.suspend_late = acpi_lpss_suspend_late,
 > 896			.suspend_noirq = acpi_subsys_suspend_noirq,
 > 897			.resume_noirq = acpi_subsys_resume_noirq,
   898			.resume_early = acpi_lpss_resume_early,
   899			.freeze = acpi_subsys_freeze,
 > 900			.freeze_late = acpi_subsys_freeze_late,
 > 901			.freeze_noirq = acpi_subsys_freeze_noirq,
 > 902			.thaw_noirq = acpi_subsys_thaw_noirq,
   903			.poweroff = acpi_subsys_suspend,
   904			.poweroff_late = acpi_lpss_suspend_late,
   905			.poweroff_noirq = acpi_subsys_suspend_noirq,
   906			.restore_noirq = acpi_subsys_resume_noirq,
   907			.restore_early = acpi_lpss_resume_early,
   908	#endif
   909			.runtime_suspend = acpi_lpss_runtime_suspend,
   910			.runtime_resume = acpi_lpss_runtime_resume,
   911	#endif
   912		},
   913	};
   914	

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

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

only message in thread, other threads:[~2017-10-26 12:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-26 12:17 [pm:bleeding-edge 87/88] drivers/acpi/acpi_lpss.c:896:20: error: 'acpi_subsys_suspend_noirq' undeclared here (not in a function) kbuild test robot

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.