From dcd59134c64ef369716cd2f78a8dbe765bec331d Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 1 May 2024 19:30:39 -0600 Subject: crypto: Remove and add needed includes Remove from this driver directory and when needed add missing include files directly. Signed-off-by: Tom Rini --- drivers/crypto/rsa_mod_exp/mod_exp_uclass.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/crypto/rsa_mod_exp/mod_exp_uclass.c') diff --git a/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c b/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c index 057cc74b10b..107500dd6e0 100644 --- a/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c +++ b/drivers/crypto/rsa_mod_exp/mod_exp_uclass.c @@ -6,7 +6,6 @@ #define LOG_CATEGORY UCLASS_MOD_EXP -#include #include #include #include -- cgit v1.2.3