diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2016-01-12 20:51:34 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2016-01-12 20:51:34 +0000 |
commit | 418c28764024a6ecf6bbd66315de6df006ac037a (patch) | |
tree | 690c030be8e2625c2409b5515a09d85d276d17f9 /target/linux/lantiq/patches-4.1/0050-MIPS-lantiq-add-clk_round_rate.patch | |
parent | c7377ba3fe9346b407140d0f5e7f33158cbcd301 (diff) | |
download | master-187ad058-418c28764024a6ecf6bbd66315de6df006ac037a.tar.gz master-187ad058-418c28764024a6ecf6bbd66315de6df006ac037a.tar.bz2 master-187ad058-418c28764024a6ecf6bbd66315de6df006ac037a.zip |
kernel/4.1: update to version 4.1.15
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48223 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches-4.1/0050-MIPS-lantiq-add-clk_round_rate.patch')
-rw-r--r-- | target/linux/lantiq/patches-4.1/0050-MIPS-lantiq-add-clk_round_rate.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/patches-4.1/0050-MIPS-lantiq-add-clk_round_rate.patch b/target/linux/lantiq/patches-4.1/0050-MIPS-lantiq-add-clk_round_rate.patch index b2cd3565ae..c8288f925c 100644 --- a/target/linux/lantiq/patches-4.1/0050-MIPS-lantiq-add-clk_round_rate.patch +++ b/target/linux/lantiq/patches-4.1/0050-MIPS-lantiq-add-clk_round_rate.patch @@ -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) +{ |