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 | |
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')
-rw-r--r-- | src/ec/starlabs/merlin/ite.c | 1 | ||||
-rw-r--r-- | src/soc/mediatek/mt8186/rtc.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/bd82x6x/me.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/bd82x6x/me_8.x.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/bd82x6x/me_common.c | 1 |
5 files changed, 0 insertions, 5 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" diff --git a/src/soc/mediatek/mt8186/rtc.c b/src/soc/mediatek/mt8186/rtc.c index 7375bc39e6..056c65c17f 100644 --- a/src/soc/mediatek/mt8186/rtc.c +++ b/src/soc/mediatek/mt8186/rtc.c @@ -6,7 +6,6 @@ */ #include <delay.h> -#include <halt.h> #include <soc/rtc.h> #include <soc/rtc_common.h> #include <soc/mt6366.h> diff --git a/src/southbridge/intel/bd82x6x/me.c b/src/southbridge/intel/bd82x6x/me.c index 73948824f1..c5cbb407ca 100644 --- a/src/southbridge/intel/bd82x6x/me.c +++ b/src/southbridge/intel/bd82x6x/me.c @@ -17,7 +17,6 @@ #include <console/console.h> #include <device/pci_ids.h> #include <elog.h> -#include <halt.h> #include <option.h> #include <southbridge/intel/common/me.h> diff --git a/src/southbridge/intel/bd82x6x/me_8.x.c b/src/southbridge/intel/bd82x6x/me_8.x.c index 8702c4da23..f5c791b7da 100644 --- a/src/southbridge/intel/bd82x6x/me_8.x.c +++ b/src/southbridge/intel/bd82x6x/me_8.x.c @@ -18,7 +18,6 @@ #include <device/pci_ids.h> #include <string.h> #include <elog.h> -#include <halt.h> #include <option.h> #include <southbridge/intel/common/me.h> diff --git a/src/southbridge/intel/bd82x6x/me_common.c b/src/southbridge/intel/bd82x6x/me_common.c index 2db3c2d119..7c098cceac 100644 --- a/src/southbridge/intel/bd82x6x/me_common.c +++ b/src/southbridge/intel/bd82x6x/me_common.c @@ -8,7 +8,6 @@ #include <device/pci_ids.h> #include <string.h> #include <delay.h> -#include <halt.h> #include <timer.h> #include "me.h" |