aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/kernel/lantiq/ltq-tapi/patches/010-fix-compile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/lantiq/ltq-tapi/patches/010-fix-compile.patch b/package/kernel/lantiq/ltq-tapi/patches/010-fix-compile.patch
index 051e25d3ad..0407b38b6f 100644
--- a/package/kernel/lantiq/ltq-tapi/patches/010-fix-compile.patch
+++ b/package/kernel/lantiq/ltq-tapi/patches/010-fix-compile.patch
@@ -6,7 +6,7 @@
#include <linux/sched.h>
+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0))
+ #include <linux/sched/signal.h>
-+ #include <linux/sched/types.h>
++ #include <uapi/linux/sched/types.h>
+#endif
#undef CONFIG_DEVFS_FS
#ifndef UTS_RELEASE