summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/chip.c
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/amd/picasso/chip.c
parentfcf7d992bf0e8dfb887b7c1db29852898deb7684 (diff)
downloadcoreboot-ebddada48db221838e82fea5f2f14d9faeb53dfe.tar.gz
coreboot-ebddada48db221838e82fea5f2f14d9faeb53dfe.tar.bz2
coreboot-ebddada48db221838e82fea5f2f14d9faeb53dfe.zip
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/amd/picasso/chip.c')
-rw-r--r--src/soc/amd/picasso/chip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/chip.c b/src/soc/amd/picasso/chip.c
index f5936646d249..9c26f35121d6 100644
--- a/src/soc/amd/picasso/chip.c
+++ b/src/soc/amd/picasso/chip.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <bootstate.h>
#include <cpu/amd/mtrr.h>
#include <console/console.h>
#include <device/device.h>