pm: device: Remove PM_DEVICE_STATE_FORCE_SUSPEND
This is not a state but an action. Just remove it. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
adcf5d27d0
commit
2549160d69
3 changed files with 2 additions and 23 deletions
|
@ -42,13 +42,6 @@ enum pm_device_state {
|
|||
* Device context may be lost.
|
||||
*/
|
||||
PM_DEVICE_STATE_SUSPENDED,
|
||||
/**
|
||||
* Device is suspended (forced).
|
||||
*
|
||||
* @note
|
||||
* Device context may be lost.
|
||||
*/
|
||||
PM_DEVICE_STATE_FORCE_SUSPEND,
|
||||
/**
|
||||
* Device is turned off (power removed).
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue