[pm:s2idle-dell-test 4/6] drivers/acpi/ec.c:1863: undefined reference to `acpi_sleep_ec_gpe_may_wakeup'

[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 s2idle-dell-test
head:   1d13d18b0b5b99d14dd08a96a01aa0935cc476b6
commit: 1c3a1d6da83b14311cdd1aee3b4bc5e31f5734ec [4/6] ACPI / sleep: EC-based wakeup from suspend-to-idle on Dell systems
config: arm64-defconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout 1c3a1d6da83b14311cdd1aee3b4bc5e31f5734ec
        # save the attached .config to linux build tree
        make.cross ARCH=arm64 

All errors (new ones prefixed by >>):

   drivers/built-in.o: In function `acpi_ec_resume':
>> drivers/acpi/ec.c:1863: undefined reference to `acpi_sleep_ec_gpe_may_wakeup'
   drivers/acpi/ec.c:1863:(.text+0x95adc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `acpi_sleep_ec_gpe_may_wakeup'
   drivers/built-in.o: In function `acpi_ec_suspend':
   drivers/acpi/ec.c:1849: undefined reference to `acpi_sleep_ec_gpe_may_wakeup'
   drivers/acpi/ec.c:1849:(.text+0x95cf0): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `acpi_sleep_ec_gpe_may_wakeup'

vim +1863 drivers/acpi/ec.c

  1857	static int acpi_ec_resume(struct device *dev)
  1858	{
  1859		struct acpi_ec *ec =
  1860			acpi_driver_data(to_acpi_device(dev));
  1861	
  1862		acpi_ec_enable_event(ec);
> 1863		if (!pm_resume_via_firmware() && acpi_sleep_ec_gpe_may_wakeup())
  1864			acpi_set_gpe_wake_mask(NULL, ec->gpe, ACPI_GPE_DISABLE);
  1865	
  1866		return 0;

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