diff options
author | Stephen Boyd <[email protected]> | 2015-06-25 16:53:23 -0700 |
---|---|---|
committer | Michael Turquette <[email protected]> | 2015-08-24 16:48:43 -0700 |
commit | 497295afb5ab070211a9963c80a89bc6fbfd6197 (patch) | |
tree | a1d99dde772612acf3423c7f22dfda490a1349f6 /tools/perf/scripts/python/stackcollapse.py | |
parent | 1a9c069cb2d28bb72fefee509e0d26f92d7f7166 (diff) |
clk: Replace __clk_get_num_parents with clk_hw_get_num_parents()
Mostly converted with the following semantic patch:
@@
struct clk_hw *E;
@@
-__clk_get_num_parents(E->clk)
+clk_hw_get_num_parents(E)
Acked-by: Boris Brezillon <[email protected]>
Cc: Chao Xie <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Javier Martinez Canillas <[email protected]>
Cc: Tomasz Figa <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: "Emilio López" <[email protected]>
Acked-by: Tero Kristo <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Acked-by: Sylwester Nawrocki <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions