|
@@ -113,8 +113,8 @@ static void of_artpec6_clkctrl_setup(struct device_node *np)
|
|
|
of_clk_add_provider(np, of_clk_src_onecell_get, &clkdata->clk_data);
|
|
|
}
|
|
|
|
|
|
-CLK_OF_DECLARE(artpec6_clkctrl, "axis,artpec6-clkctrl",
|
|
|
- of_artpec6_clkctrl_setup);
|
|
|
+CLK_OF_DECLARE_DRIVER(artpec6_clkctrl, "axis,artpec6-clkctrl",
|
|
|
+ of_artpec6_clkctrl_setup);
|
|
|
|
|
|
static int artpec6_clkctrl_probe(struct platform_device *pdev)
|
|
|
{
|