]> git.pld-linux.org Git - packages/linux-gpib.git/blame - kernel-4.11.patch
- rebuild with perl 5.28.0
[packages/linux-gpib.git] / kernel-4.11.patch
CommitLineData
833bdb01
JR
1diff -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.028225 seconds and 4 git commands to generate.