diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-09-29 13:15:03 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-01 08:59:52 +0000 |
commit | d73d19805eb03e737a381070913493f167f8a346 (patch) | |
tree | 27da9a1db74541a99805b8ea2ebc1d71ca02133f /src/mainboard | |
parent | 16d71173aab8de3f5db55a60335102f8e4f0b03e (diff) |
mb/google/dedede/variants/drawcia/variant.c: Remove unused <bootstate.h>
Change-Id: I38d115f2c405128a8d80aec48d2d9d3f25867151
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45815
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/dedede/variants/drawcia/variant.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/dedede/variants/drawcia/variant.c b/src/mainboard/google/dedede/variants/drawcia/variant.c index b5effbbfc5..0c2290432e 100644 --- a/src/mainboard/google/dedede/variants/drawcia/variant.c +++ b/src/mainboard/google/dedede/variants/drawcia/variant.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <bootstate.h> #include <drivers/intel/gma/opregion.h> #include <fw_config.h> #include <sar.h> |