]> git.pld-linux.org Git - packages/linux-gpib.git/blob - kernel-4.11.patch
46f98cbf4b35707da877f7b451f858edd59b4526
[packages/linux-gpib.git] / kernel-4.11.patch
1 diff -ur linux-gpib-4.0.3/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c linux-gpib-4.0.3-4.11/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
2 --- linux-gpib-4.0.3/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c 2016-04-09 15:33:13.000000000 +0200
3 +++ linux-gpib-4.0.3-4.11/drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c    2017-05-10 07:38:40.555593617 +0200
4 @@ -26,6 +26,9 @@
5  #include <linux/version.h>
6  #include <linux/module.h>
7  #include <linux/sched.h>
8 +#if LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0)
9 +#include <linux/sched/signal.h>
10 +#endif
11  #include <linux/init.h>
12  #include <linux/kernel.h>
13  #include <linux/tty.h>
This page took 0.128082 seconds and 2 git commands to generate.