Fix build for kernel 4.13 and later from quickreflex patch

This commit is contained in:
procount 2018-02-27 13:58:15 +00:00
parent c459fddba4
commit 172e344ac2
8 changed files with 62 additions and 21 deletions

View file

@ -22,6 +22,10 @@
#include <drv_conf.h>
#include <basic_types.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
#include <linux/sched/signal.h>
#endif
#define _FAIL 0
#define _SUCCESS 1