net: Add skb_queue_next().
[deliverable/linux.git] / include / acpi / acpi_bus.h
index 7ab5a611e43ff289c34a88a63b54ade498f4a8e7..a5ac0bc7f52eb1cc1849fb29afda135fb9dda6c1 100644 (file)
@@ -388,6 +388,10 @@ static inline int acpi_pm_device_sleep_state(struct device *d, int *p)
                *p = ACPI_STATE_D0;
        return ACPI_STATE_D3;
 }
+static inline int acpi_pm_device_sleep_wake(struct device *dev, bool enable)
+{
+       return -ENODEV;
+}
 #endif /* !CONFIG_PM_SLEEP */
 
 #endif                         /* CONFIG_ACPI */
This page took 0.025735 seconds and 5 git commands to generate.