]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-stm32mp/cmd_stm32key.c
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
[u-boot.git] / arch / arm / mach-stm32mp / cmd_stm32key.c
index f191085a12d074d345edc432ab5a76649ab919a9..544bab38480f68b0cc7704cfa691b64875dc2127 100644 (file)
@@ -31,7 +31,7 @@ static void fuse_hash_value(u32 addr, bool print)
        int i, ret;
 
        ret = uclass_get_device_by_driver(UCLASS_MISC,
-                                         DM_GET_DRIVER(stm32mp_bsec),
+                                         DM_DRIVER_GET(stm32mp_bsec),
                                          &dev);
        if (ret) {
                pr_err("Can't find stm32mp_bsec driver\n");
This page took 0.025081 seconds and 4 git commands to generate.