diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2022-01-07 21:43:36 +0100 |
---|---|---|
committer | Martin L Roth <martinroth@google.com> | 2022-04-24 21:12:51 +0000 |
commit | 7ff2c17bebf8e77338ef926b4011c3f3ef599d59 (patch) | |
tree | f28b22f540c7661356ec3b729da4f0de3cb81d51 /src/security | |
parent | 0e2612349ecd8dafea187c0f09854e8c2edbad39 (diff) |
src: Remove unused <console/cbmem_console.h>
Found using:
diff <(git grep -l '#include <console/cbmem_console.h>' -- src/) <(git grep -l 'cbmemc_init\|cbmemc_tx_byte\|cbmem_dump_console' -- src/) |grep "<"
Change-Id: I24a6ab7420e079769e19793848c92c187529e253
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60913
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <martinroth@google.com>
Diffstat (limited to 'src/security')
-rw-r--r-- | src/security/tpm/tspi/tspi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/security/tpm/tspi/tspi.c b/src/security/tpm/tspi/tspi.c index 563e8f0cd5..891f915327 100644 --- a/src/security/tpm/tspi/tspi.c +++ b/src/security/tpm/tspi/tspi.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/cbmem_console.h> #include <console/console.h> #include <security/tpm/tspi/crtm.h> #include <security/tpm/tspi.h> |