kernel/4.1: update to version 4.1.15
[openwrt/openwrt.git] / target / linux / lantiq / patches-4.1 / 0050-MIPS-lantiq-add-clk_round_rate.patch
index b2cd3565ae206536176d46afed64e598987fec57..c8288f925cbc7e38625bc50d336901c5b82d0afd 100644 (file)
@@ -17,9 +17,9 @@ Cc: <stable@vger.kernel.org> # 4.1+
 
 --- a/arch/mips/lantiq/clk.c
 +++ b/arch/mips/lantiq/clk.c
-@@ -99,6 +99,23 @@ int clk_set_rate(struct clk *clk, unsign
+@@ -116,6 +116,23 @@ long clk_round_rate(struct clk *clk, uns
  }
- EXPORT_SYMBOL(clk_set_rate);
+ EXPORT_SYMBOL(clk_round_rate);
  
 +long clk_round_rate(struct clk *clk, unsigned long rate)
 +{