summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/04-fix-usip-h-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/linux-libre-tools/04-fix-usip-h-path.patch')
-rw-r--r--libre/linux-libre-tools/04-fix-usip-h-path.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/linux-libre-tools/04-fix-usip-h-path.patch b/libre/linux-libre-tools/04-fix-usip-h-path.patch
deleted file mode 100644
index 2d9abce0a..000000000
--- a/libre/linux-libre-tools/04-fix-usip-h-path.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 2014 Sébastien Luttringer
-
---- a/tools/usb/usbip/libsrc/usbip_common.h 2014-10-06 02:13:09.295856364 +0200
-+++ b/tools/usb/usbip/libsrc/usbip_common.h 2014-10-06 02:13:03.607873728 +0200
-@@ -15,7 +15,7 @@
- #include <syslog.h>
- #include <unistd.h>
- #include <linux/usb/ch9.h>
--#include <linux/usbip.h>
-+#include "../../../include/uapi/linux/usbip.h"
-
- #ifndef USBIDS_FILE
- #define USBIDS_FILE "/usr/share/hwdata/usb.ids"