aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common
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/soc/intel/common
parentfcf7d992bf0e8dfb887b7c1db29852898deb7684 (diff)
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/soc/intel/common')
-rw-r--r--src/soc/intel/common/block/smm/smm.c1
-rw-r--r--src/soc/intel/common/vbt.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/common/block/smm/smm.c b/src/soc/intel/common/block/smm/smm.c
index 2696777ad7..93fcee2602 100644
--- a/src/soc/intel/common/block/smm/smm.c
+++ b/src/soc/intel/common/block/smm/smm.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <bootstate.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <cpu/intel/smm_reloc.h>
diff --git a/src/soc/intel/common/vbt.c b/src/soc/intel/common/vbt.c
index 3d0ba1a406..690fb5fc3a 100644
--- a/src/soc/intel/common/vbt.c
+++ b/src/soc/intel/common/vbt.c
@@ -2,7 +2,6 @@
#include <acpi/acpi.h>
#include <bootmode.h>
-#include <bootstate.h>
#include "vbt.h"
#include <drivers/intel/gma/opregion.h>