X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fclk.h;h=a62e2efa2ca45f23b4abd0718c581216a7c7d940;hb=f9a48654ee70fbad29f487d074fd36a1548b4209;hp=c6a2713f624b778bc932f889d9fa1c6c648e3034;hpb=1bccb23b7bb67e029cc6b22bf7d25243ef71c43c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/clk.h b/include/clk.h index c6a2713..a62e2ef 100644 --- a/include/clk.h +++ b/include/clk.h @@ -89,8 +89,8 @@ struct clk_bulk { #if CONFIG_IS_ENABLED(OF_CONTROL) && CONFIG_IS_ENABLED(CLK) struct phandle_1_arg; -int clk_get_by_index_platdata(struct udevice *dev, int index, - struct phandle_1_arg *cells, struct clk *clk); +int clk_get_by_driver_info(struct udevice *dev, + struct phandle_1_arg *cells, struct clk *clk); /** * clk_get_by_index - Get/request a clock by integer index.