]> git.ipfire.org Git - thirdparty/linux.git/commit
rtc: ac100: convert from divider_round_rate() to divider_determine_rate()
authorBrian Masney <bmasney@redhat.com>
Thu, 22 Jan 2026 12:47:16 +0000 (07:47 -0500)
committerBrian Masney <bmasney@redhat.com>
Thu, 22 Jan 2026 15:49:10 +0000 (10:49 -0500)
commited806240b8975f951c88ccb4bb75813f5fb949df
treef87aab06d0bee1b162fd81c0485330cf2cecf414
parent30a807808c69a1907001ffb79289237a2ee97cfa
rtc: ac100: convert from divider_round_rate() to divider_determine_rate()

The divider_round_rate() function is now deprecated, so let's migrate
to divider_determine_rate() instead so that this deprecated API can be
removed.

Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Brian Masney <bmasney@redhat.com>
drivers/rtc/rtc-ac100.c