From c69ffda546522ae67544ad717a45abbc2ca3527f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 2 Jan 2016 14:48:27 +0000 Subject: ramips: clean up and refresh kernel patches Signed-off-by: Felix Fietkau SVN-Revision: 48070 --- .../linux/ramips/patches-4.3/0012-arch-mips-fix-clock-jitter.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'target/linux/ramips/patches-4.3/0012-arch-mips-fix-clock-jitter.patch') diff --git a/target/linux/ramips/patches-4.3/0012-arch-mips-fix-clock-jitter.patch b/target/linux/ramips/patches-4.3/0012-arch-mips-fix-clock-jitter.patch index 58983f0..133e4ea 100644 --- a/target/linux/ramips/patches-4.3/0012-arch-mips-fix-clock-jitter.patch +++ b/target/linux/ramips/patches-4.3/0012-arch-mips-fix-clock-jitter.patch @@ -8,11 +8,9 @@ Signed-off-by: John Crispin arch/mips/ralink/cevt-rt3352.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/arch/mips/ralink/cevt-rt3352.c b/arch/mips/ralink/cevt-rt3352.c -index b36888c..cecf44f 100644 --- a/arch/mips/ralink/cevt-rt3352.c +++ b/arch/mips/ralink/cevt-rt3352.c -@@ -69,7 +69,7 @@ static int systick_next_event(unsigned long delta, +@@ -69,7 +69,7 @@ static int systick_next_event(unsigned l sdev = container_of(evt, struct systick_device, dev); count = ioread32(sdev->membase + SYSTICK_COUNT); count = (count + delta) % SYSTICK_FREQ; @@ -21,6 +19,3 @@ index b36888c..cecf44f 100644 return 0; } --- -1.7.10.4 - -- cgit v1.1