summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-23 09:16:34 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:40:35 +0000
commitebddada48db221838e82fea5f2f14d9faeb53dfe (patch)
treefe42f81c7b361330beb0e4bbf176d7c6b0423662 /src/lib
parentfcf7d992bf0e8dfb887b7c1db29852898deb7684 (diff)
downloadcoreboot-ebddada48db221838e82fea5f2f14d9faeb53dfe.tar.xz
src: Remove unused 'include <bootstate.h>'
Change-Id: I54eda3d51ecda77309841e598f06eb9cea3babc1 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41671 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/cbmem_common.c1
-rw-r--r--src/lib/ext_stage_cache.c1
-rw-r--r--src/lib/imd_cbmem.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/cbmem_common.c b/src/lib/cbmem_common.c
index c24479deb4..bc3bfc911d 100644
--- a/src/lib/cbmem_common.c
+++ b/src/lib/cbmem_common.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <cbmem.h>
-#include <bootstate.h>
#include <symbols.h>
void cbmem_run_init_hooks(int is_recovery)
diff --git a/src/lib/ext_stage_cache.c b/src/lib/ext_stage_cache.c
index afc061883f..2fb1e9ee90 100644
--- a/src/lib/ext_stage_cache.c
+++ b/src/lib/ext_stage_cache.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <bootstate.h>
#include <cbmem.h>
#include <console/console.h>
#include <imd.h>
diff --git a/src/lib/imd_cbmem.c b/src/lib/imd_cbmem.c
index d06a9e9416..cb66c3b219 100644
--- a/src/lib/imd_cbmem.c
+++ b/src/lib/imd_cbmem.c
@@ -2,7 +2,6 @@
#include <assert.h>
#include <boot/coreboot_tables.h>
-#include <bootstate.h>
#include <bootmem.h>
#include <console/console.h>
#include <cbmem.h>