diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-08-02 08:38:43 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-08-18 12:17:49 +0000 |
commit | c06f4f88a41324e3f103e93409045a981c6f5ad6 (patch) | |
tree | 286495ab0960d1076182c122b05d8de063349ed1 | |
parent | 5885ba822c99512b9b732a69aa1b934f33f442ff (diff) |
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>
-rw-r--r-- | src/soc/qualcomm/sc7180/aop_load_reset.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/lynxpoint/me_9.x.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/qualcomm/sc7180/aop_load_reset.c b/src/soc/qualcomm/sc7180/aop_load_reset.c index 85ea67e69d..b88a097389 100644 --- a/src/soc/qualcomm/sc7180/aop_load_reset.c +++ b/src/soc/qualcomm/sc7180/aop_load_reset.c @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include <cbfs.h> -#include <halt.h> #include <console/console.h> #include <timestamp.h> #include <soc/mmu.h> 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" |