diff options
Diffstat (limited to 'target/linux/bcm27xx/patches-5.15/950-0865-clk-Add-clk_get_rate_range.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.15/950-0865-clk-Add-clk_get_rate_range.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm27xx/patches-5.15/950-0865-clk-Add-clk_get_rate_range.patch b/target/linux/bcm27xx/patches-5.15/950-0865-clk-Add-clk_get_rate_range.patch index b861cb3264..febb430a9c 100644 --- a/target/linux/bcm27xx/patches-5.15/950-0865-clk-Add-clk_get_rate_range.patch +++ b/target/linux/bcm27xx/patches-5.15/950-0865-clk-Add-clk_get_rate_range.patch @@ -55,7 +55,7 @@ Signed-off-by: Maxime Ripard <maxime@cerno.tech> * --- a/include/linux/clk.h +++ b/include/linux/clk.h -@@ -799,6 +799,17 @@ bool clk_has_parent(struct clk *clk, str +@@ -807,6 +807,17 @@ bool clk_has_parent(struct clk *clk, str int clk_set_rate_range(struct clk *clk, unsigned long min, unsigned long max); /** |