]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-rockchip/misc.c
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
[u-boot.git] / arch / arm / mach-rockchip / misc.c
index 28c7c7214cbc8d161049edfc732a893ebf15be40..87eebd9872def4575fbecd734328f899d1e51117 100644 (file)
@@ -67,10 +67,10 @@ int rockchip_cpuid_from_efuse(const u32 cpuid_offset,
        /* retrieve the device */
 #if CONFIG_IS_ENABLED(ROCKCHIP_EFUSE)
        ret = uclass_get_device_by_driver(UCLASS_MISC,
-                                         DM_GET_DRIVER(rockchip_efuse), &dev);
+                                         DM_DRIVER_GET(rockchip_efuse), &dev);
 #elif CONFIG_IS_ENABLED(ROCKCHIP_OTP)
        ret = uclass_get_device_by_driver(UCLASS_MISC,
-                                         DM_GET_DRIVER(rockchip_otp), &dev);
+                                         DM_DRIVER_GET(rockchip_otp), &dev);
 #endif
        if (ret) {
                debug("%s: could not find efuse device\n", __func__);
This page took 0.025788 seconds and 4 git commands to generate.