]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: test: remove references to clk_ops.round_rate
authorBrian Masney <bmasney@redhat.com>
Thu, 11 Dec 2025 23:41:40 +0000 (08:41 +0900)
committerBrian Masney <bmasney@redhat.com>
Sun, 22 Feb 2026 22:38:20 +0000 (17:38 -0500)
commite270dc63837f3f3439f37c556869444cdf1b536a
treec84c902bb71419479837c8f97856b15a05354f3f
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
clk: test: remove references to clk_ops.round_rate

The round_rate() clk ops is going away, so let's go ahead and remove any
references to it in the comments.

Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/clk/clk_test.c