It should now build for kernel 2.6.32.
Why <linux/sched.h> is not automatically included in this release is beyond me. Fix for #8
This commit is contained in:
parent
d8fea5550c
commit
f404dd7061
@ -75,6 +75,7 @@
|
|||||||
#include <linux/cdev.h>
|
#include <linux/cdev.h>
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
#include <linux/highmem.h>
|
#include <linux/highmem.h>
|
||||||
|
#include <linux/sched.h>
|
||||||
|
|
||||||
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
|
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
|
||||||
#include <linux/sched/signal.h>
|
#include <linux/sched/signal.h>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user