diff options
Diffstat (limited to 'drivers/crypto/hash')
| -rw-r--r-- | drivers/crypto/hash/hash-uclass.c | 1 | ||||
| -rw-r--r-- | drivers/crypto/hash/hash_sw.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/hash/hash-uclass.c b/drivers/crypto/hash/hash-uclass.c index 446eb9e56a4..5d9f1e0d59b 100644 --- a/drivers/crypto/hash/hash-uclass.c +++ b/drivers/crypto/hash/hash-uclass.c @@ -6,7 +6,6 @@ #define LOG_CATEGORY UCLASS_HASH -#include <common.h> #include <dm.h> #include <asm/global_data.h> #include <u-boot/hash.h> diff --git a/drivers/crypto/hash/hash_sw.c b/drivers/crypto/hash/hash_sw.c index d8065d68ea4..ffd4ab149ff 100644 --- a/drivers/crypto/hash/hash_sw.c +++ b/drivers/crypto/hash/hash_sw.c @@ -4,7 +4,6 @@ * Author: ChiaWei Wang <[email protected]> */ #include <config.h> -#include <common.h> #include <dm.h> #include <log.h> #include <malloc.h> |
