summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches/115-rt-timer-build-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ramips/patches/115-rt-timer-build-error.patch')
-rwxr-xr-xtarget/linux/ramips/patches/115-rt-timer-build-error.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/ramips/patches/115-rt-timer-build-error.patch b/target/linux/ramips/patches/115-rt-timer-build-error.patch
new file mode 100755
index 0000000..223932a
--- /dev/null
+++ b/target/linux/ramips/patches/115-rt-timer-build-error.patch
@@ -0,0 +1,14 @@
+Index: linux-3.10.14/arch/mips/ralink/rt_timer.c
+===================================================================
+--- linux-3.10.14.orig/arch/mips/ralink/rt_timer.c
++++ linux-3.10.14/arch/mips/ralink/rt_timer.c
+@@ -51,7 +51,9 @@
+ #include <linux/kernel.h>
+ #include <linux/init.h>
+ #include <linux/timer.h>
++#if LINUX_VERSION_CODE < KERNEL_VERSION(3,10,14)
+ #include <asm/system.h>
++#endif
+ #include <asm/uaccess.h>
+ #include <asm/rt2880/surfboardint.h>
+ #include <linux/interrupt.h>