summaryrefslogtreecommitdiff
path: root/drivers/tpm/tpm2_ftpm_tee.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tpm/tpm2_ftpm_tee.c')
-rw-r--r--drivers/tpm/tpm2_ftpm_tee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tpm/tpm2_ftpm_tee.c b/drivers/tpm/tpm2_ftpm_tee.c
index 3197e0ebcd..53e59f42b4 100644
--- a/drivers/tpm/tpm2_ftpm_tee.c
+++ b/drivers/tpm/tpm2_ftpm_tee.c
@@ -247,5 +247,5 @@ U_BOOT_DRIVER(ftpm_tee) = {
.probe = ftpm_tee_probe,
.remove = ftpm_tee_remove,
.flags = DM_FLAG_OS_PREPARE,
- .priv_auto_alloc_size = sizeof(struct ftpm_tee_private),
+ .priv_auto = sizeof(struct ftpm_tee_private),
};