From a639c13eca2e4c1982e8b7d699a8b387e6bb030d Mon Sep 17 00:00:00 2001 From: Yuval Peress Date: Thu, 28 Jul 2022 11:23:22 -0600 Subject: 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 Change-Id: I64b10af3216654b2a20caa1cabd267661a0bca39 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3791980 Reviewed-by: Tristan Honscheid Commit-Queue: Tristan Honscheid --- chip/mt_scp/mt818x/clock_mt8186.c | 1 + chip/mt_scp/mt818x/system.c | 1 + 2 files changed, 2 insertions(+) (limited to 'chip/mt_scp') diff --git a/chip/mt_scp/mt818x/clock_mt8186.c b/chip/mt_scp/mt818x/clock_mt8186.c index f7a4954232..6cfbde0ec5 100644 --- a/chip/mt_scp/mt818x/clock_mt8186.c +++ b/chip/mt_scp/mt818x/clock_mt8186.c @@ -5,6 +5,7 @@ /* Clocks, PLL and power settings */ +#include "builtin/assert.h" #include "clock.h" #include "clock_chip.h" #include "common.h" diff --git a/chip/mt_scp/mt818x/system.c b/chip/mt_scp/mt818x/system.c index 6184b75c27..6e6a8e1e1c 100644 --- a/chip/mt_scp/mt818x/system.c +++ b/chip/mt_scp/mt818x/system.c @@ -5,6 +5,7 @@ /* System : hardware specific implementation */ +#include "builtin/assert.h" #include "clock_chip.h" #include "console.h" #include "cpu.h" -- cgit v1.2.1