summaryrefslogtreecommitdiff
path: root/packages/fxload/files
diff options
context:
space:
mode:
Diffstat (limited to 'packages/fxload/files')
-rw-r--r--packages/fxload/files/usbheader.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/fxload/files/usbheader.patch b/packages/fxload/files/usbheader.patch
deleted file mode 100644
index db205e9ab5..0000000000
--- a/packages/fxload/files/usbheader.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- fxload-0.0.20020411.orig/ezusb.c
-+++ fxload-0.0.20020411/ezusb.c
-@@ -29,7 +29,11 @@
- # include <sys/ioctl.h>
-
- # include <linux/version.h>
--# include <linux/usb.h>
-+#if (LINUX_VERSION_CODE >= 132630)
-+# include <linux/usb/ch9.h>
-+#else
-+# include <linux/usb_ch9.h>
-+#endif
- # include <linux/usbdevice_fs.h>
-
- # include "ezusb.h"