From 9f37647b0486e2a2566bf39ea39992cc20123354 Mon Sep 17 00:00:00 2001 From: Julius Werner Date: Wed, 11 Aug 2021 18:20:11 -0700 Subject: cbfs: Remove deprecated APIs This patch removes all remaining pieces of the old CBFS API, now that the last straggling use cases of it have been ported to the new one (meaning cbfs_map()/cbfs_load()/etc... see CB:39304 and CB:38421). Signed-off-by: Julius Werner Change-Id: I1cec0ca2d9d311626a087318d1d78163243bfc3c Reviewed-on: https://review.coreboot.org/c/coreboot/+/59682 Tested-by: build bot (Jenkins) Reviewed-by: Raul Rangel Reviewed-by: Yu-Ping Wu Reviewed-by: Werner Zeh --- src/security/tpm/tspi/crtm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/security/tpm/tspi') diff --git a/src/security/tpm/tspi/crtm.h b/src/security/tpm/tspi/crtm.h index 8ebb661130..c4d051d988 100644 --- a/src/security/tpm/tspi/crtm.h +++ b/src/security/tpm/tspi/crtm.h @@ -3,7 +3,6 @@ #ifndef __SECURITY_TSPI_CRTM_H__ #define __SECURITY_TSPI_CRTM_H__ -#include #include #include #include -- cgit v1.2.3