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:
Flavio Ceolin 2021-08-26 21:42:51 -07:00 committed by Anas Nashif
commit 2549160d69
3 changed files with 2 additions and 23 deletions

View file

@ -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).
*