summaryrefslogtreecommitdiff
path: root/chip/it83xx
diff options
context:
space:
mode:
authorYuval Peress <peress@google.com>2022-07-28 11:23:22 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-08-05 18:34:32 +0000
commita639c13eca2e4c1982e8b7d699a8b387e6bb030d (patch)
treee5a4613f07bb55ed03971e3aba481f9d3a896219 /chip/it83xx
parent79867844f7e223dee1183b3a02426b75288dfb88 (diff)
downloadchrome-ec-a639c13eca2e4c1982e8b7d699a8b387e6bb030d.tar.gz
util: remove unused includes
Remove these includes as they're not needed in this header. Instead, the includes should go where they're actually being used. BRANCH=none BUG=b:240574048 TEST=make buildall -j TEST=zmake build -a Signed-off-by: Yuval Peress <peress@google.com> Change-Id: I64b10af3216654b2a20caa1cabd267661a0bca39 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3791980 Reviewed-by: Tristan Honscheid <honscheid@google.com> Commit-Queue: Tristan Honscheid <honscheid@google.com>
Diffstat (limited to 'chip/it83xx')
-rw-r--r--chip/it83xx/gpio.c1
-rw-r--r--chip/it83xx/i2c.c1
-rw-r--r--chip/it83xx/peci.c1
-rw-r--r--chip/it83xx/system.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/chip/it83xx/gpio.c b/chip/it83xx/gpio.c
index 99603c26a5..4b6bfaee57 100644
--- a/chip/it83xx/gpio.c
+++ b/chip/it83xx/gpio.c
@@ -5,6 +5,7 @@
/* GPIO module for Chrome EC */
+#include "builtin/assert.h"
#include "clock.h"
#include "common.h"
#include "gpio.h"
diff --git a/chip/it83xx/i2c.c b/chip/it83xx/i2c.c
index 7dc41a7eb4..ba9d5fc034 100644
--- a/chip/it83xx/i2c.c
+++ b/chip/it83xx/i2c.c
@@ -5,6 +5,7 @@
/* I2C module for Chrome EC */
+#include "builtin/assert.h"
#include "clock.h"
#include "common.h"
#include "console.h"
diff --git a/chip/it83xx/peci.c b/chip/it83xx/peci.c
index d485b3fccf..4eb97b3853 100644
--- a/chip/it83xx/peci.c
+++ b/chip/it83xx/peci.c
@@ -5,6 +5,7 @@
/* PECI interface for Chrome EC */
+#include "builtin/assert.h"
#include "clock.h"
#include "hooks.h"
#include "peci.h"
diff --git a/chip/it83xx/system.c b/chip/it83xx/system.c
index 2d6778b910..28a2de1b56 100644
--- a/chip/it83xx/system.c
+++ b/chip/it83xx/system.c
@@ -14,6 +14,7 @@
#include "host_command.h"
#include "intc.h"
#include "link_defs.h"
+#include "panic.h"
#include "registers.h"
#include "system.h"
#include "task.h"