mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
Pull bugfix into test branch
Conflicts: kernel/power/disk.c
This commit is contained in:
commit
cfee47f99b
3 changed files with 14 additions and 12 deletions
|
@ -29,7 +29,7 @@
|
|||
DEFINE_MUTEX(pm_mutex);
|
||||
|
||||
struct pm_ops *pm_ops;
|
||||
suspend_disk_method_t pm_disk_mode = PM_DISK_SHUTDOWN;
|
||||
suspend_disk_method_t pm_disk_mode = PM_DISK_PLATFORM;
|
||||
|
||||
/**
|
||||
* pm_set_ops - Set the global power method table.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue