diff options
author | Aaron Massey <aaronmassey@google.com> | 2022-09-09 10:47:24 -0600 |
---|---|---|
committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | 2022-09-12 17:13:53 +0000 |
commit | 758c32cb93264f371a945efe5a2d036851202af5 (patch) | |
tree | 5d3107c5bcc010ea5639bad4baac4371a953653c /zephyr/shim/include | |
parent | 443ff441a754444f017b5fa509a4277909d60454 (diff) | |
download | chrome-ec-758c32cb93264f371a945efe5a2d036851202af5.tar.gz |
zephyr: Remove duplicate kernel.h include
The zephyr.h include was replaced with kernel.h in many locations to
quickly unblock downstreaming. However, some of these files included
both zephyr.h and kernel.h, and now have a duplicate include of
kernel.h.
Remove duplicate includes of kernel.h
BRANCH=none
BUG=none
TEST=zmake build -a
TEST=twister -T zephyr/test -b
Signed-off-by: Aaron Massey <aaronmassey@google.com>
Change-Id: I20874243f92d368d4da0fa6b84c0f76025408953
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3887958
Reviewed-by: Al Semjonovs <asemjonovs@google.com>
Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com>
Diffstat (limited to 'zephyr/shim/include')
-rw-r--r-- | zephyr/shim/include/zephyr_hooks_shim.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/shim/include/zephyr_hooks_shim.h b/zephyr/shim/include/zephyr_hooks_shim.h index ce0a1753aa..5b72530c88 100644 --- a/zephyr/shim/include/zephyr_hooks_shim.h +++ b/zephyr/shim/include/zephyr_hooks_shim.h @@ -10,7 +10,6 @@ #include <zephyr/init.h> #include <zephyr/kernel.h> -#include <zephyr/kernel.h> #include "common.h" #include "cros_version.h" |