From 57ce0ad2d83b2b50e1be7f50de896ad58c26258a Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 1 Jan 2016 14:33:09 +0000 Subject: [PATCH] ramips: add missing clk_round_rate function to fix buildbot errors Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48024 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../ramips/patches-4.3/0064-add_clk_round_rate.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 target/linux/ramips/patches-4.3/0064-add_clk_round_rate.patch diff --git a/target/linux/ramips/patches-4.3/0064-add_clk_round_rate.patch b/target/linux/ramips/patches-4.3/0064-add_clk_round_rate.patch new file mode 100644 index 0000000000..86d98b087c --- /dev/null +++ b/target/linux/ramips/patches-4.3/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; -- 2.11.0