]> git.pld-linux.org Git - packages/linux-gpib.git/blame - linux-gpib-include_file.patch
- remove path for included files
[packages/linux-gpib.git] / linux-gpib-include_file.patch
CommitLineData
f73bd03d
MWP
1--- linux-gpib-3.2.09/drivers/gpib/include/gpib_types.h 2007-12-06 00:25:49.000000000 +0000
2+++ linux-gpib-3.2.09/drivers/gpib/include/gpib_types.h.orig 2007-12-06 00:25:24.000000000 +0000
3@@ -24,7 +24,7 @@
4 * and generic interface provided by gpib-common.
5 * This really should be in a different header file.
6 */
7-#include "gpib/gpib_user.h"
8+#include "gpib_user.h"
9 #include <linux/wait.h>
10 #include <linux/timer.h>
11 #include <linux/interrupt.h>
12--- linux-gpib-3.2.09/drivers/gpib/include/gpibP.h.orig 2007-12-06 00:42:20.000000000 +0000
13+++ linux-gpib-3.2.09/drivers/gpib/include/gpibP.h 2007-12-06 00:47:22.000000000 +0000
14@@ -20,7 +20,7 @@
15
16 #include <linux/types.h>
17
18-#include "gpib/gpib_user.h"
19+#include "gpib_user.h"
20 #include "gpib_types.h"
21 #include "gpib_proto.h"
22 #include "gpib_ioctl.h"
This page took 0.026809 seconds and 4 git commands to generate.