From: Stephen Boyd Date: Thu, 5 Feb 2015 23:39:11 +0000 (-0800) Subject: clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider() X-Git-Tag: omap-for-v4.2/o2_dc~66^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=306c342f9cb1f573af57a6afd1b3549aa97b9281;p=pandora-kernel.git clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider() of_clk_get_by_clkspec() has the same function signature as of_clk_get_from_provider() struct clk *of_clk_get_by_clkspec(struct of_phandle_args *clkspec) struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec) except of_clk_get_by_clkspec() checks to make sure clkspec is not NULL. Let's remove of_clk_get_by_clkspec() and replace the callers of it (clkconf.c) with of_clk_get_from_provider(). Cc: Sylwester Nawrocki Reviewed-by: Tomeu Vizoso Signed-off-by: Stephen Boyd --- Reading git-diff-tree failed