]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-socfpga/clock_manager_agilex.c
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
[u-boot.git] / arch / arm / mach-socfpga / clock_manager_agilex.c
index 6188a8c3d2db2c56c87c908fee203eed173bda42..a960176da77ce6adb8ec4bcc119634ced3321c16 100644 (file)
@@ -24,7 +24,7 @@ static ulong cm_get_rate_dm(u32 id)
        int ret;
 
        ret = uclass_get_device_by_driver(UCLASS_CLK,
-                                         DM_GET_DRIVER(socfpga_agilex_clk),
+                                         DM_DRIVER_GET(socfpga_agilex_clk),
                                          &dev);
        if (ret)
                return 0;
This page took 0.025401 seconds and 4 git commands to generate.