compiling for kernel 4.12.x

This commit is contained in:
mvoelkel
2017-09-25 19:20:17 +02:00
parent 41897e48c8
commit f84d196a1e
3 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@
#include <linux/version.h>
#if (KERNEL_VERSION(3, 8, 0) < LINUX_VERSION_CODE)
#if (KERNEL_VERSION(3, 8, 0) <= LINUX_VERSION_CODE)
#define __devexit
#define __devinit
#define __devinitconst