pm: device: remove unused flag
PM_DEVICE_FLAG_COUNT is not used, so remove it. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
2a6aca1dd6
commit
e433c56349
1 changed files with 0 additions and 2 deletions
|
@ -56,8 +56,6 @@ enum pm_device_flag {
|
|||
PM_DEVICE_FLAGS_WS_CAPABLE,
|
||||
/** Indicates if the device is being used as wakeup source. */
|
||||
PM_DEVICE_FLAGS_WS_ENABLED,
|
||||
/** Number of flags (internal use only). */
|
||||
PM_DEVICE_FLAG_COUNT
|
||||
};
|
||||
|
||||
/** @brief Device PM actions. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue