[pm:bleeding-edge 87/88] drivers/acpi/acpi_lpss.c:896:20: error: 'acpi_subsys_suspend_noirq' undeclared here (not in a function)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: .config.gz
Description: application/gzip


[Index of Archives]     [Linux IBM ACPI]     [Linux Power Management]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]     [Linux Resources]

  Powered by Linux