commit | 44f22a5d671ad8b3bcef7a72059fe1c00139e199 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri Aug 07 16:32:34 2015 -0700 |
committer | Michael Turquette <mturquette@baylibre.com> | Mon Aug 24 16:49:01 2015 -0700 |
tree | b7df6570869f8fd9e05f4ea48fb571cec07da916 | |
parent | 203e118bd58c48905a82b4161db5441e5c5041f2 [diff] |
clk: si5351: Convert __clk_get_name() to clk_hw_get_name() This driver uses __clk_get_name() when it's dealing with struct clk_hw pointers. Use the simpler form so that we can get rid of the clk member in struct clk_hw one day. Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>