aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-vdsl/patches/001-fix-compile.patch
blob: 1355a1a79158d4ffd5cad78ed169dd76daa3a41e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/include/drv_dsl_cpe_os_linux.h
+++ b/src/include/drv_dsl_cpe_os_linux.h
@@ -33,6 +33,9 @@
 #endif
 
 #include <linux/sched.h>
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0))
+#include <linux/sched/signal.h>
+#endif
 
 #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,33))
    #if (LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17))