diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tpm/tpm-uclass.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tpm/tpm-uclass.c b/drivers/tpm/tpm-uclass.c index 9488b091a2..412697eedc 100644 --- a/drivers/tpm/tpm-uclass.c +++ b/drivers/tpm/tpm-uclass.c @@ -9,6 +9,8 @@ #include <linux/unaligned/be_byteshift.h> #if defined(CONFIG_TPM_V1) #include <tpm-v1.h> +#elif defined(CONFIG_TPM_V2) +#include <tpm-v2.h> #endif #include "tpm_internal.h" |