]> Git Repo - u-boot.git/blobdiff - drivers/clk/clk_stm32mp1.c
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
[u-boot.git] / drivers / clk / clk_stm32mp1.c
index 72cbcdf6a21a75adaf5075b67f7ccbbed086d428..5bea2b60b9baa377c98a2f2defb17cb3ff4792b2 100644 (file)
@@ -2253,7 +2253,7 @@ int soc_clk_dump(void)
        int ret;
 
        ret = uclass_get_device_by_driver(UCLASS_CLK,
-                                         DM_GET_DRIVER(stm32mp1_clock),
+                                         DM_DRIVER_GET(stm32mp1_clock),
                                          &dev);
        if (ret)
                return ret;
This page took 0.025096 seconds and 4 git commands to generate.