summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/it8xxx2/clock.c
diff options
context:
space:
mode:
authorAaron Massey <aaronmassey@google.com>2022-09-09 10:47:24 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-09-12 17:13:53 +0000
commit758c32cb93264f371a945efe5a2d036851202af5 (patch)
tree5d3107c5bcc010ea5639bad4baac4371a953653c /zephyr/shim/chip/it8xxx2/clock.c
parent443ff441a754444f017b5fa509a4277909d60454 (diff)
downloadchrome-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/chip/it8xxx2/clock.c')
-rw-r--r--zephyr/shim/chip/it8xxx2/clock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/zephyr/shim/chip/it8xxx2/clock.c b/zephyr/shim/chip/it8xxx2/clock.c
index 5cc312b606..42c07f618f 100644
--- a/zephyr/shim/chip/it8xxx2/clock.c
+++ b/zephyr/shim/chip/it8xxx2/clock.c
@@ -8,7 +8,6 @@
#include <zephyr/kernel.h>
#include <zephyr/logging/log.h>
#include <soc.h>
-#include <zephyr/kernel.h>
#include <soc/ite_it8xxx2/reg_def_cros.h>
#include <zephyr/sys/util.h>