commit | bfce935caf214857b6cb7a84fc556b65b682c816 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Mon Apr 26 12:47:13 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 27 16:28:49 2021 -0400 |
tree | 5c8cc59f571a9547d4238ff05506b484a28b1623 | |
parent | 5dced184b8295ec8da1c20e16599a629fac3f688 [diff] |
power: remove device_pm_control_nop function Devices that do not require PM should just use NULL. `device_pm_control_nop` is still kept as an alias to NULL untill all in-tree usage is replaced with NULL. Code relying on device_pm_control function now returns -ENOTSUP (equivalent to calling device_pm_control_nop). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>