diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-04-10 10:51:09 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-04-11 19:25:06 +0000 |
commit | e9931c87992d3c29786c07cd4fffc6cf10bc5196 (patch) | |
tree | df24b097ca27d2c6ff9fbd985e03acc0f9ff83ce /src/ec | |
parent | fd9f697e518150f85e3a17f58deffe8a9a8dcbad (diff) |
tree: Drop unused <halt.h>
Change-Id: Icd00f30a96c53f70babdcb8a77c4b6c2868619d8
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81820
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Yidi Lin <yidilin@google.com>
Diffstat (limited to 'src/ec')
-rw-r--r-- | src/ec/starlabs/merlin/ite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ec/starlabs/merlin/ite.c b/src/ec/starlabs/merlin/ite.c index 31651d1457..a096fe8389 100644 --- a/src/ec/starlabs/merlin/ite.c +++ b/src/ec/starlabs/merlin/ite.c @@ -6,7 +6,6 @@ #include <ec/acpi/ec.h> #include <option.h> #include <pc80/keyboard.h> -#include <halt.h> #include "ec.h" #include "ecdefs.h" |