]> Git Repo - J-u-boot.git/blobdiff - drivers/tpm/tpm_tis_lpc.c
Merge tag 'efi-2021-10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
[J-u-boot.git] / drivers / tpm / tpm_tis_lpc.c
index 30194bce07814a5867eca1ace5d42a8f13ca8c96..003c0d8816d0fa7c138c880eba20565479aadd90 100644 (file)
 
 #include <common.h>
 #include <dm.h>
+#include <log.h>
 #include <mapmem.h>
 #include <tpm-v1.h>
 #include <asm/io.h>
+#include <linux/delay.h>
 
 #define PREFIX "lpc_tpm: "
 
@@ -473,5 +475,5 @@ U_BOOT_DRIVER(tpm_tis_lpc) = {
        .of_match = tpm_tis_lpc_ids,
        .ops    = &tpm_tis_lpc_ops,
        .probe  = tpm_tis_lpc_probe,
-       .priv_auto_alloc_size = sizeof(struct tpm_tis_lpc_priv),
+       .priv_auto      = sizeof(struct tpm_tis_lpc_priv),
 };
This page took 0.026364 seconds and 4 git commands to generate.