diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-11-20 18:34:57 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-11-21 04:27:13 +0000 |
commit | a12c8de14b7a62e60c061c44846467aa4b782c6c (patch) | |
tree | 07de3514a4b1c1abf4c7dc71d873f1dd35fd2ad3 /src/mainboard/google/brya | |
parent | f30d11ccd712a7e06803dfe6224eb468de054de7 (diff) |
tree: Remove unused <bootstate.h>
Remove "include <bootstate.h>" when it is not used.
Change-Id: Ic27acf9f8dfbbccb8f48a139032b1463e7185030
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/85216
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/brya')
-rw-r--r-- | src/mainboard/google/brya/variants/xivu/fw_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/brya/variants/xivu/fw_config.c b/src/mainboard/google/brya/variants/xivu/fw_config.c index f292404f4c..0016a0ca75 100644 --- a/src/mainboard/google/brya/variants/xivu/fw_config.c +++ b/src/mainboard/google/brya/variants/xivu/fw_config.c @@ -2,7 +2,6 @@ #include <baseboard/gpio.h> #include <baseboard/variants.h> -#include <bootstate.h> #include <console/console.h> #include <fw_config.h> |