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>
This commit is contained in:
Elyes HAOUAS
2020-05-23 09:16:34 +02:00
committed by Patrick Georgi
parent fcf7d992bf
commit ebddada48d
23 changed files with 0 additions and 23 deletions

View File

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