Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: ti_k3: prevent header dependencies
These headers are using things like `uint32_t` & devicetree macros, so they should include the `devicetree.h` & `types.h`. Otherwise they depend on the parent file to have those headers included before they are included. (cherry picked from commit 3300b31) Original-Signed-off-by: Yong Cong Sin <ycsin@meta.com> GitOrigin-RevId: 3300b31 Change-Id: I8394db255b7ce59fe5560bc25696bb1c7aaf8032 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/4894341 Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Commit-Queue: Al Semjonovs <asemjonovs@google.com> Tested-by: Al Semjonovs <asemjonovs@google.com> Reviewed-by: Al Semjonovs <asemjonovs@google.com>
- Loading branch information