mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
Remove SYSTEM_SUSPEND_DISK system state
The SYSTEM_SUSPEND_DISK system state is never used, so drop it. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
9a2bc8603e
commit
bff9d18656
1 changed files with 0 additions and 1 deletions
|
@ -377,7 +377,6 @@ extern enum system_states {
|
||||||
SYSTEM_HALT,
|
SYSTEM_HALT,
|
||||||
SYSTEM_POWER_OFF,
|
SYSTEM_POWER_OFF,
|
||||||
SYSTEM_RESTART,
|
SYSTEM_RESTART,
|
||||||
SYSTEM_SUSPEND_DISK,
|
|
||||||
} system_state;
|
} system_state;
|
||||||
|
|
||||||
#define TAINT_PROPRIETARY_MODULE 0
|
#define TAINT_PROPRIETARY_MODULE 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue