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:
Godzil 2019-07-25 15:40:29 +01:00
parent d8fea5550c
commit f404dd7061

View File

@ -75,6 +75,7 @@
#include <linux/cdev.h>
#include <linux/device.h>
#include <linux/highmem.h>
#include <linux/sched.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
#include <linux/sched/signal.h>