Skip to content
Snippets Groups Projects
Commit b800ffe3 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

add #include <linux/fs_pin.h> for more modern kernels; check if this kernel version is appropriate

parent 65e8bff0
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,10 @@ driver_xxxx - Module specific functions such as open, close and ioctl.
#include <asm/uaccess.h> /* VERIFY_WRITE */
#include <asm/io.h>
# if ( LINUX_VERSION_CODE > KERNEL_VERSION(3,19,0) )
#include <linux/fs_pin.h>
#endif
#include "jbb.h"
MODULE_LICENSE("GPL");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment