pm: remove callback from control function

The callback is not used anymore, so just delete it from the pm_control
callback signature.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2021-06-04 12:30:35 +02:00 committed by Christopher Friedt
commit 26ad8376bd
50 changed files with 96 additions and 163 deletions

View file

@ -346,9 +346,7 @@ static int pwm_nrfx_pm_control(const struct device *dev,
#define PWM_NRFX_PM_CONTROL(idx) \
static int pwm_##idx##_nrfx_pm_control(const struct device *dev, \
uint32_t ctrl_command, \
enum pm_device_state *state, \
pm_device_cb cb, \
void *arg) \
enum pm_device_state *state) \
{ \
static enum pm_device_state current_state = PM_DEVICE_STATE_ACTIVE; \
int ret = 0; \