diff options
author | Brian Masney <bmasney@redhat.com> | 2025-08-11 18:19:46 +0300 |
---|---|---|
committer | Brian Masney <bmasney@redhat.com> | 2025-09-08 16:41:31 +0300 |
commit | e0c26569d3ad5a5ad0283b72ec91581bec581845 (patch) | |
tree | 6b1bbd95505934fc05158c0e7972cb2792737cf2 /rust/helpers/pci.c | |
parent | d228ece36345d56bb862cc0e5c3575e3097d8dac (diff) | |
download | linux-e0c26569d3ad5a5ad0283b72ec91581bec581845.tar.xz |
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 'rust/helpers/pci.c')
0 files changed, 0 insertions, 0 deletions