summaryrefslogtreecommitdiff
path: root/src/southbridge
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-08-02 08:38:43 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-08-18 12:17:49 +0000
commitc06f4f88a41324e3f103e93409045a981c6f5ad6 (patch)
tree286495ab0960d1076182c122b05d8de063349ed1 /src/southbridge
parent5885ba822c99512b9b732a69aa1b934f33f442ff (diff)
downloadcoreboot-c06f4f88a41324e3f103e93409045a981c6f5ad6.tar.xz
src: Remove unused '<halt.h>'
Change-Id: I3037edf89c933f4f136ca61d6a5bce41126ec6b9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/44098 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge')
-rw-r--r--src/southbridge/intel/bd82x6x/me.c1
-rw-r--r--src/southbridge/intel/bd82x6x/me_8.x.c1
-rw-r--r--src/southbridge/intel/lynxpoint/me_9.x.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/intel/bd82x6x/me.c b/src/southbridge/intel/bd82x6x/me.c
index 03b954f9fa..1c56e5ebd0 100644
--- a/src/southbridge/intel/bd82x6x/me.c
+++ b/src/southbridge/intel/bd82x6x/me.c
@@ -19,7 +19,6 @@
#include <string.h>
#include <delay.h>
#include <elog.h>
-#include <halt.h>
#include "me.h"
#include "pch.h"
diff --git a/src/southbridge/intel/bd82x6x/me_8.x.c b/src/southbridge/intel/bd82x6x/me_8.x.c
index 73faa24fc7..88792baf00 100644
--- a/src/southbridge/intel/bd82x6x/me_8.x.c
+++ b/src/southbridge/intel/bd82x6x/me_8.x.c
@@ -19,7 +19,6 @@
#include <string.h>
#include <delay.h>
#include <elog.h>
-#include <halt.h>
#include "me.h"
#include "pch.h"
diff --git a/src/southbridge/intel/lynxpoint/me_9.x.c b/src/southbridge/intel/lynxpoint/me_9.x.c
index 73fbf02ec3..12168de242 100644
--- a/src/southbridge/intel/lynxpoint/me_9.x.c
+++ b/src/southbridge/intel/lynxpoint/me_9.x.c
@@ -19,7 +19,6 @@
#include <string.h>
#include <delay.h>
#include <elog.h>
-#include <halt.h>
#include <stdlib.h>
#include "chip.h"