]> Git Repo - u-boot.git/blobdiff - arch/arm/mach-zynq/timer.c
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
[u-boot.git] / arch / arm / mach-zynq / timer.c
index cc0e24cbfede723373718ebe6177db15374cffe8..37193157d9ecd8c1e9468148ab093d7b06a527ad 100644 (file)
@@ -68,7 +68,7 @@ int timer_init(void)
        int ret;
 
        ret = uclass_get_device_by_driver(UCLASS_CLK,
-               DM_GET_DRIVER(zynq_clk), &dev);
+               DM_DRIVER_GET(zynq_clk), &dev);
        if (ret)
                return ret;
 
This page took 0.025116 seconds and 4 git commands to generate.