diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-01 19:30:39 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-07 08:00:41 -0600 |
commit | dcd59134c64ef369716cd2f78a8dbe765bec331d (patch) | |
tree | c915f3cf082af712c407296f892e3220fbed33b3 /drivers/crypto/rsa_mod_exp/mod_exp_uclass.c | |
parent | 910522fc9cb45ab0331a641f84b06dfe48618894 (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 <trini@konsulko.com>
Diffstat (limited to 'drivers/crypto/rsa_mod_exp/mod_exp_uclass.c')
-rw-r--r-- | drivers/crypto/rsa_mod_exp/mod_exp_uclass.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <common.h> #include <dm.h> #include <asm/global_data.h> #include <u-boot/rsa-mod-exp.h> |