Merge remote-tracking branch 'clk/clk-next'
[deliverable/linux.git] / drivers / clk / sunxi / clk-sun8i-apb0.c
index a5666e1d0ce708f51fb2d7c492ee72d28d5a61b0..ea1eed24778c0403936daf06034b29f8de5b452d 100644 (file)
@@ -82,8 +82,8 @@ err_unmap:
        of_address_to_resource(node, 0, &res);
        release_mem_region(res.start, resource_size(&res));
 }
-CLK_OF_DECLARE(sun8i_a23_apb0, "allwinner,sun8i-a23-apb0-clk",
-              sun8i_a23_apb0_setup);
+CLK_OF_DECLARE_DRIVER(sun8i_a23_apb0, "allwinner,sun8i-a23-apb0-clk",
+                     sun8i_a23_apb0_setup);
 
 static int sun8i_a23_apb0_clk_probe(struct platform_device *pdev)
 {
This page took 0.02485 seconds and 5 git commands to generate.