Author: nbd Date: 2016-01-01 15:33:09 +0100 (Fri, 01 Jan 2016) New Revision: 48024
Added: trunk/target/linux/ramips/patches-4.3/0064-add_clk_round_rate.patch Log: ramips: add missing clk_round_rate function to fix buildbot errors Signed-off-by: Felix Fietkau <[email protected]> Added: trunk/target/linux/ramips/patches-4.3/0064-add_clk_round_rate.patch =================================================================== --- trunk/target/linux/ramips/patches-4.3/0064-add_clk_round_rate.patch (rev 0) +++ trunk/target/linux/ramips/patches-4.3/0064-add_clk_round_rate.patch 2016-01-01 14:33:09 UTC (rev 48024) @@ -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; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
