diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-29 23:56:30 (GMT) |
---|---|---|
committer | Michael Turquette <mturquette@baylibre.com> | 2015-08-24 23:48:44 (GMT) |
commit | 98d8a60eccee74165793379f1f8a3b1cef3131c7 (patch) | |
tree | 43acc8e09d585a34910faa070b972c48d03a4f55 /drivers/md/dm-raid1.c | |
parent | 497295afb5ab070211a9963c80a89bc6fbfd6197 (diff) | |
download | linux-98d8a60eccee74165793379f1f8a3b1cef3131c7.tar.xz |
clk: Convert __clk_get_flags() to clk_hw_get_flags()
Mostly converted with the following snippet:
@@
struct clk_hw *E;
@@
-__clk_get_flags(E->clk)
+clk_hw_get_flags(E)
Acked-by: Tero Kristo <t-kristo@ti.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Daniel Thompson <daniel.thompson@linaro.org>
Cc: Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/md/dm-raid1.c')
0 files changed, 0 insertions, 0 deletions