diff options
Diffstat (limited to 'drivers/crypto/nuvoton/npcm_aes.c')
-rw-r--r-- | drivers/crypto/nuvoton/npcm_aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/nuvoton/npcm_aes.c b/drivers/crypto/nuvoton/npcm_aes.c index 6493ea108ec..8d3a30ea918 100644 --- a/drivers/crypto/nuvoton/npcm_aes.c +++ b/drivers/crypto/nuvoton/npcm_aes.c @@ -3,13 +3,13 @@ * Copyright (c) 2021 Nuvoton Technology Corp. */ -#include <common.h> #include <dm.h> #include <uboot_aes.h> #include <asm/io.h> #include <asm/arch/aes.h> #include <asm/arch/otp.h> #include <malloc.h> +#include <time.h> #define ONE_SECOND 0xC00000 |