pm: device: remove ctrl_command callback argument

The ctrl_command is not used anymore, so remove it from the callback
signature.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-06-09 13:09:42 +02:00 committed by Anas Nashif
commit 9e7d545bb4
42 changed files with 20 additions and 58 deletions

View file

@ -62,11 +62,6 @@ enum pm_device_state {
PM_DEVICE_STATE_SUSPENDING,
};
/** Device PM set state control command. */
#define PM_DEVICE_STATE_SET 0
/** Device PM get state control command. */
#define PM_DEVICE_STATE_GET 1
/** @brief Device PM flags. */
enum pm_device_flag {
/** Indicate if the device is busy or not. */