commit | 831239300f5c959d27cfaf757b7a5b072e599404 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Tue Oct 04 11:25:37 2022 +0200 |
committer | Stephanos Ioannidis <root@stephanos.io> | Wed Oct 12 18:49:12 2022 +0900 |
tree | f4d4af34ebb76dc85180decbe566b92d786326fd | |
parent | 9b7949b93d789e67248c31d96db19b2555bf0f66 [diff] |
kernel: move z_sys_init_run_level to init.c The function in charge of calling all init function was defined in device.c, had a public prototype and was just used in init.c. Since this is really an internal function tied to Kernel init code, move it to init.c and make it static, there's no need to expose it publicly. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>