-
Notifications
You must be signed in to change notification settings - Fork 349
zephyr: fix issues with init.h include #8154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Module is using Zephyr SYS_INIT API, defined in init.h, not device.h. Code relied on indirect includes. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
Because module uses SYS_INIT defined in init.h. Things likely worked because of indirect includes. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
|
Can one of the admins verify this patch?
|
kv2019i
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @gmarull !
|
Thanks! Sparse error in https://github.com/thesofproject/sof/actions/runs/6082149977/job/16499306627?pr=8154 is known and should be fixed by #8147 I don't know what happened to sof-ci/jenkins, trying to re-run it.
|
|
SOFCI TEST EDIT: sof-ci/jenkins tests are running now, no idea what happened 5 hours ago. |
|
test this please |
|
@wszypelt This seems to got stuck, can you check? |
|
@kv2019i Sure thing, the PR is already in the queue to be done, I think the results will be in an hour |

No description provided.