Elyes Haouas has submitted this change. ( https://review.coreboot.org/c/coreboot/+/81820?usp=email )
Change subject: tree: Drop unused <halt.h> ......................................................................
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 --- M src/ec/starlabs/merlin/ite.c M src/soc/mediatek/mt8186/rtc.c M src/southbridge/intel/bd82x6x/me.c M src/southbridge/intel/bd82x6x/me_8.x.c M src/southbridge/intel/bd82x6x/me_common.c 5 files changed, 0 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Yidi Lin: Looks good to me, approved Angel Pons: Looks good to me, but someone else must approve Yu-Ping Wu: Looks good to me, approved
diff --git a/src/ec/starlabs/merlin/ite.c b/src/ec/starlabs/merlin/ite.c index 31651d1..a096fe8 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 7375bc3..056c65c 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 7394882..c5cbb40 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 8702c4d..f5c791b 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 2db3c2d..7c098cc 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"