summaryrefslogtreecommitdiff
path: root/drivers/crypto/fsl/fsl_rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/crypto/fsl/fsl_rsa.c')
-rw-r--r--drivers/crypto/fsl/fsl_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/fsl/fsl_rsa.c b/drivers/crypto/fsl/fsl_rsa.c
index ed2a54f6ec..897ee855ea 100644
--- a/drivers/crypto/fsl/fsl_rsa.c
+++ b/drivers/crypto/fsl/fsl_rsa.c
@@ -55,6 +55,6 @@ U_BOOT_DRIVER(fsl_rsa_mod_exp) = {
.ops = &fsl_mod_exp_ops,
};
-U_BOOT_DEVICE(fsl_rsa) = {
+U_BOOT_DRVINFO(fsl_rsa) = {
.name = "fsl_rsa_mod_exp",
};