diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-11 13:15:14 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-15 10:49:53 +0000 |
commit | f81d09d65337a019d57b9ea45402830fbe594ab4 (patch) | |
tree | 6cf476bc293ffbbbba28c8432dd67b7b6e100af6 /src/security/vboot/common.c | |
parent | 6f35c53bbbed8147ea1a94c484b3ee11b3a6156f (diff) |
src/security: Remove unused <console/console.h>
Change-Id: I2b81a57ded80ef9c5cbdff06d8ca9d6b4f599777
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50526
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/security/vboot/common.c')
-rw-r--r-- | src/security/vboot/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/vboot/common.c b/src/security/vboot/common.c index 0121f56e8c..f3e2e4bacd 100644 --- a/src/security/vboot/common.c +++ b/src/security/vboot/common.c @@ -2,7 +2,6 @@ #include <assert.h> #include <cbmem.h> -#include <console/console.h> #include <fmap.h> #include <vb2_api.h> #include <security/vboot/misc.h> |