commit | 3f6add69da049bb0513ab3d4a0b5032f09697c78 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard.marull@nordicsemi.no> | Thu Jan 09 17:57:17 2025 +0100 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Mon Mar 10 21:32:40 2025 +0100 |
tree | 709a350f5488dc6b0fb3a459520c82bfa012fbe8 | |
parent | ed3377ae7815a3d1a73520c7e64f79f8b0a90d63 [diff] |
init: drop device union from struct init_entry Such union is rather redundant, considering a simple const cast can be done when initializing the init entry. Note that the init_entry does not need to be touched now that struct device stores the init call. It is merely an init entry sorted by linker scripts, so we can intertwine devices and SYS_INIT. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>