pm: Rename pm_power_state_exit_post_ops

Aligning with the rest of PM API, replace pm_power_state_exit_post_ops
with pm_state_exit_post_ops.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2022-02-05 22:24:29 -08:00 committed by Anas Nashif
commit 78454e5e93
25 changed files with 30 additions and 30 deletions

View file

@ -121,7 +121,7 @@ __weak void pm_state_set(enum pm_state state, uint8_t substate_id)
}
/* Handle SOC specific activity after Low Power Mode Exit */
__weak void pm_power_state_exit_post_ops(enum pm_state state, uint8_t substate_id)
__weak void pm_state_exit_post_ops(enum pm_state state, uint8_t substate_id)
{
ARG_UNUSED(state);
ARG_UNUSED(substate_id);