Skip to content

Commit

Permalink
rtio: add missing init.h include
Browse files Browse the repository at this point in the history
File was using init.h API without directly including the header.

(cherry picked from commit fc45b3f)

Original-Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
GitOrigin-RevId: fc45b3f
Change-Id: Iac8b913bd13bd5a4aa617a895d3254e33fe66c21
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4822202
Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com>
Commit-Queue: Yuval Peress <peress@google.com>
Tested-by: Yuval Peress <peress@google.com>
Reviewed-by: Yuval Peress <peress@google.com>
  • Loading branch information
gmarull authored and Chromeos LUCI committed Aug 29, 2023
1 parent 3c3c446 commit c64d0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/rtio/rtio_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/

#include <zephyr/init.h>
#include <zephyr/rtio/rtio.h>
#include <zephyr/sys/util.h>
#include <zephyr/app_memory/app_memdomain.h>
Expand Down

0 comments on commit c64d0ac

Please sign in to comment.