summaryrefslogtreecommitdiff
path: root/drivers/crypto/hash/hash-uclass.c
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/hash-uclass.c
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/hash-uclass.c')
-rw-r--r--drivers/crypto/hash/hash-uclass.c1
1 files changed, 0 insertions, 1 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>