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>
This commit is contained in:
Elyes Haouas 2024-04-10 10:51:09 +02:00
parent fd9f697e51
commit e9931c8799
5 changed files with 0 additions and 5 deletions

View File

@ -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"

View File

@ -6,7 +6,6 @@
*/
#include <delay.h>
#include <halt.h>
#include <soc/rtc.h>
#include <soc/rtc_common.h>
#include <soc/mt6366.h>

View File

@ -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>

View File

@ -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>

View File

@ -8,7 +8,6 @@
#include <device/pci_ids.h>
#include <string.h>
#include <delay.h>
#include <halt.h>
#include <timer.h>
#include "me.h"