summaryrefslogtreecommitdiff
path: root/drivers/crypto/hash
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2024-05-01 19:30:39 -0600
committerTom Rini <[email protected]>2024-05-07 08:00:41 -0600
commitdcd59134c64ef369716cd2f78a8dbe765bec331d (patch)
treec915f3cf082af712c407296f892e3220fbed33b3 /drivers/crypto/hash
parent910522fc9cb45ab0331a641f84b06dfe48618894 (diff)
crypto: Remove <common.h> and add needed includes
Remove <common.h> from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/crypto/hash')
-rw-r--r--drivers/crypto/hash/hash-uclass.c1
-rw-r--r--drivers/crypto/hash/hash_sw.c1
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>