diff options
author | Brian Masney <bmasney@redhat.com> | 2025-08-11 11:19:46 -0400 |
---|---|---|
committer | Brian Masney <bmasney@redhat.com> | 2025-09-08 09:41:31 -0400 |
commit | e0c26569d3ad5a5ad0283b72ec91581bec581845 (patch) | |
tree | 6b1bbd95505934fc05158c0e7972cb2792737cf2 /tools/perf/scripts/python/flamegraph.py | |
parent | d228ece36345d56bb862cc0e5c3575e3097d8dac (diff) |
clk: fixed-factor: drop round_rate() clk ops
This driver implements both the determine_rate() and round_rate() clk
ops, and the round_rate() clk ops is deprecated. When both are defined,
clk_core_determine_round_nolock() from the clk core will only use the
determine_rate() clk ops. Also all clk drivers that directly calls
fixed-factor's round_rate() have been migrated over to determine_rate().
So let's remove the round_rate() clk ops.
Reviewed-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Brian Masney <bmasney@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions