Hi Rafael drivers/pci/pci-acpi.c: In function 'acpi_pci_sleep_wake': drivers/pci/pci-acpi.c:311: error: implicit declaration of function 'acpi_pm_device_sleep_wake' drivers/pci/pci-acpi.c: 309-static int acpi_pci_sleep_wake(struct pci_dev *dev, bool enable) 310-{ 311: int error = acpi_pm_device_sleep_wake(&dev->dev, enable); include/acpi/acpi_bus.h: 381-#ifdef CONFIG_PM_SLEEP 382-int acpi_pm_device_sleep_state(struct device *, int *); 383:int acpi_pm_device_sleep_wake(struct device *, bool); 384-#else /* !CONFIG_PM_SLEEP */ 385-static inline int acpi_pm_device_sleep_state(struct device *d, int *p) 386-{ 387- if (p) 388- *p = ACPI_STATE_D0; 389- return ACPI_STATE_D3; 390-} 391-#endif /* !CONFIG_PM_SLEEP */ -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html