From: Alec Brown <[email protected]> To allow TPM event log functionality to be used withouth including the main TPM driver definitions, the main TPM driver header was removed and replaced by only the required TPM headers.
Signed-off-by: Alec Brown <[email protected]> Signed-off-by: Daniel P. Smith <[email protected]> Signed-off-by: Ross Philipson <[email protected]> --- include/linux/tpm_eventlog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/linux/tpm_eventlog.h b/include/linux/tpm_eventlog.h index 891368e82558..cdf54b7a45c2 100644 --- a/include/linux/tpm_eventlog.h +++ b/include/linux/tpm_eventlog.h @@ -3,7 +3,9 @@ #ifndef __LINUX_TPM_EVENTLOG_H__ #define __LINUX_TPM_EVENTLOG_H__ -#include <linux/tpm.h> +#include <crypto/sha1.h> +#include <crypto/sha2.h> +#include <linux/tpm_common.h> #define TCG_EVENT_NAME_LEN_MAX 255 #define MAX_TEXT_EVENT 1000 /* Max event string length */ -- 2.43.7
