]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
clk: Remove unused clk_hw_rate_is_protected
authorDr. David Alan Gilbert <linux@treblig.org>
Wed, 9 Oct 2024 00:35:52 +0000 (01:35 +0100)
committerStephen Boyd <sboyd@kernel.org>
Wed, 9 Oct 2024 22:34:55 +0000 (15:34 -0700)
commit21291491e3f39d1dac6453e376f7619b21239b5e
tree97433636beb65f5bdaa75e49ed198538bf99bf04
parent9852d85ec9d492ebef56dc5f229416c925758edc
clk: Remove unused clk_hw_rate_is_protected

clk_hw_rate_is_protected() was added in 2017's commit
e55a839a7a1c ("clk: add clock protection mechanism to clk core")

but has been unused.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20241009003552.254675-1-linux@treblig.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c
include/linux/clk-provider.h