diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-04-25 20:00:38 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-05-16 02:39:32 +0000 |
commit | a618e11f1a170db9a2bc2d7556c6cb38db303e3c (patch) | |
tree | 59d321c1e80e82f7aaeb3f408914477e1cd4e200 /src/mainboard/google/dedede | |
parent | a1009da9020d3a569799901d5048f64e45831f1e (diff) |
mb/{google,ocp}: Remove unused <bootstate.h>
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Change-Id: Id4550842a31f89e7eb6c1543512794eeb5e24937
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63833
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@tutanota.com>
Diffstat (limited to 'src/mainboard/google/dedede')
-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 a8ec58167a..35874579bc 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 <acpi/acpi.h> #include <baseboard/variants.h> #include <delay.h> |