From 9c8a5ef1153e3402d8e8c69715bcfdef55c1ea4a Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 27 Sep 2013 07:19:21 +0000 Subject: kernel: update 3.10 to 3.10.13 Signed-off-by: Gabor Juhos SVN-Revision: 38228 --- .../200-MIPS-ath79-fix-ar933x-watchdog-clock.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch (limited to 'target/linux/ar71xx/patches-3.10') diff --git a/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch b/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch deleted file mode 100644 index b3a3cd3..0000000 --- a/target/linux/ar71xx/patches-3.10/200-MIPS-ath79-fix-ar933x-watchdog-clock.patch +++ /dev/null @@ -1,15 +0,0 @@ -From: Felix Fietkau -Subject: [PATCH] MIPS: ath79: fix ar933x watchdog clock - -Signed-off-by: Felix Fietkau ---- a/arch/mips/ath79/clock.c -+++ b/arch/mips/ath79/clock.c -@@ -164,7 +164,7 @@ static void __init ar933x_clocks_init(vo - ath79_ahb_clk.rate = freq / t; - } - -- ath79_wdt_clk.rate = ath79_ref_clk.rate; -+ ath79_wdt_clk.rate = ath79_ahb_clk.rate; - ath79_uart_clk.rate = ath79_ref_clk.rate; - } - -- cgit v1.1