summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-4.4/0064-add_clk_round_rate.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-03-07 16:33:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-03-07 16:33:34 +0000
commitd041e8b44b042d373b0b474ee69caed840f9a541 (patch)
tree4255b83b60fd526a74b68b5b55cc0da54d3f7ab6 /target/linux/ramips/patches-4.4/0064-add_clk_round_rate.patch
parente559de239715f629edc90b9a0afa57cb918b56ca (diff)
downloadmtk-20170518-d041e8b44b042d373b0b474ee69caed840f9a541.zip
mtk-20170518-d041e8b44b042d373b0b474ee69caed840f9a541.tar.gz
mtk-20170518-d041e8b44b042d373b0b474ee69caed840f9a541.tar.bz2
ramips: add linux 4.4 support, update mt7621 subtarget to 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48951
Diffstat (limited to 'target/linux/ramips/patches-4.4/0064-add_clk_round_rate.patch')
-rw-r--r--target/linux/ramips/patches-4.4/0064-add_clk_round_rate.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ramips/patches-4.4/0064-add_clk_round_rate.patch b/target/linux/ramips/patches-4.4/0064-add_clk_round_rate.patch
new file mode 100644
index 0000000..86d98b0
--- /dev/null
+++ b/target/linux/ramips/patches-4.4/0064-add_clk_round_rate.patch
@@ -0,0 +1,15 @@
+--- a/arch/mips/ralink/clk.c
++++ b/arch/mips/ralink/clk.c
+@@ -62,6 +62,12 @@ int clk_set_rate(struct clk *clk, unsign
+ }
+ EXPORT_SYMBOL_GPL(clk_set_rate);
+
++long clk_round_rate(struct clk *clk, unsigned long rate)
++{
++ return -1;
++}
++EXPORT_SYMBOL_GPL(clk_round_rate);
++
+ void __init plat_time_init(void)
+ {
+ struct clk *clk;