]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/pm.h
PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unset
[mv-sheeva.git] / include / linux / pm.h
index dd9c7ab38270059a147090ff87d37b45e591bc75..21415cc91cbb440492f06091b8237c9bed42d00d 100644 (file)
@@ -431,6 +431,8 @@ struct dev_pm_info {
        struct list_head        entry;
        struct completion       completion;
        struct wakeup_source    *wakeup;
+#else
+       unsigned int            should_wakeup:1;
 #endif
 #ifdef CONFIG_PM_RUNTIME
        struct timer_list       suspend_timer;