diff options
| author | Alec Brown <alec.r.brown@oracle.com> | 2026-07-11 09:01:06 -0700 |
|---|---|---|
| committer | Jarkko Sakkinen <jarkko@kernel.org> | 2026-08-21 04:44:38 +0300 |
| commit | 78cfc422c307f7f2cc74a44e1bfe893afb9f7897 (patch) | |
| tree | 0d7415dc6c0fef32740770ed8c74464ff15c15d4 /include/linux | |
| parent | 7caebc38fc7b8ad9fab7f36dd3baea24702aa58b (diff) | |
| download | linux-next-78cfc422c307f7f2cc74a44e1bfe893afb9f7897.tar.gz linux-next-78cfc422c307f7f2cc74a44e1bfe893afb9f7897.zip | |
tpm: Remove main TPM header from TPM event log header
Allow the TPM event log functionality to be used without including
the main TPM driver definitions.
Signed-off-by: Alec Brown <alec.r.brown@oracle.com>
Signed-off-by: Ross Philipson <ross.philipson@gmail.com>
Reviewed-by: Jarkko Sakkinen <jarkko@kernel.org>
Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/tpm_eventlog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tpm_eventlog.h b/include/linux/tpm_eventlog.h index aff8ea2fa98e..40fe92eb7deb 100644 --- a/include/linux/tpm_eventlog.h +++ b/include/linux/tpm_eventlog.h @@ -3,7 +3,7 @@ #ifndef __LINUX_TPM_EVENTLOG_H__ #define __LINUX_TPM_EVENTLOG_H__ -#include <linux/tpm.h> +#include <linux/tpm_command.h> #define TCG_EVENT_NAME_LEN_MAX 255 #define MAX_TEXT_EVENT 1000 /* Max event string length */ |
