]> git.pld-linux.org Git - packages/vpb-driver.git/blame - linux-4.12.patch
- fix building kernel module for linux 5.6
[packages/vpb-driver.git] / linux-4.12.patch
CommitLineData
be35dc39
JR
1--- vpb-driver-4.2.58/src/vpb/vpb.c~ 2014-09-28 20:02:28.000000000 +0200
2+++ vpb-driver-4.2.58/src/vpb/vpb.c 2017-08-01 10:53:58.063093297 +0200
3@@ -121,6 +121,9 @@
4 #include <linux/pci.h>
5 #include <linux/delay.h>
6 #include <asm/uaccess.h>
7+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,12,0))
8+#include <linux/uaccess.h>
9+#endif
10
11
12 #if LINUX_VERSION_CODE > KERNEL_VERSION(2,4,9)
This page took 0.097569 seconds and 4 git commands to generate.