File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -608,12 +608,6 @@ bool clk_hw_is_prepared(const struct clk_hw *hw)
608
608
}
609
609
EXPORT_SYMBOL_GPL (clk_hw_is_prepared );
610
610
611
- bool clk_hw_rate_is_protected (const struct clk_hw * hw )
612
- {
613
- return clk_core_rate_is_protected (hw -> core );
614
- }
615
- EXPORT_SYMBOL_GPL (clk_hw_rate_is_protected );
616
-
617
611
bool clk_hw_is_enabled (const struct clk_hw * hw )
618
612
{
619
613
return clk_core_is_enabled (hw -> core );
Original file line number Diff line number Diff line change @@ -1360,7 +1360,6 @@ unsigned long clk_hw_get_flags(const struct clk_hw *hw);
1360
1360
(clk_hw_get_flags((hw)) & CLK_SET_RATE_PARENT)
1361
1361
1362
1362
bool clk_hw_is_prepared (const struct clk_hw * hw );
1363
- bool clk_hw_rate_is_protected (const struct clk_hw * hw );
1364
1363
bool clk_hw_is_enabled (const struct clk_hw * hw );
1365
1364
bool __clk_is_enabled (struct clk * clk );
1366
1365
struct clk * __clk_lookup (const char * name );
You can’t perform that action at this time.
0 commit comments