summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/plextor-convertX-driver/wis-go7007-2.6.26-nopage.diff
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/plextor-convertX-driver/wis-go7007-2.6.26-nopage.diff')
-rw-r--r--abs/core-testing/plextor-convertX-driver/wis-go7007-2.6.26-nopage.diff26
1 files changed, 0 insertions, 26 deletions
diff --git a/abs/core-testing/plextor-convertX-driver/wis-go7007-2.6.26-nopage.diff b/abs/core-testing/plextor-convertX-driver/wis-go7007-2.6.26-nopage.diff
deleted file mode 100644
index 2fd1cca..0000000
--- a/abs/core-testing/plextor-convertX-driver/wis-go7007-2.6.26-nopage.diff
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -urN wis-go7007-linux-0.9.8.orig/kernel/go7007-v4l2.c wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c
---- wis-go7007-linux-0.9.8.orig/kernel/go7007-v4l2.c 2007-05-09 13:56:07.000000000 -0400
-+++ wis-go7007-linux-0.9.8/kernel/go7007-v4l2.c 2008-08-03 16:01:35.000000000 -0400
-@@ -1375,6 +1375,7 @@
- }
- }
-
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)
- /* This is really only going to ever be called when we
- * do get_user_pages() in VIDIOC_QBUF */
- static struct page *go7007_vm_nopage(struct vm_area_struct *vma,
-@@ -1392,11 +1393,14 @@
- *type = VM_FAULT_MINOR;
- return page;
- }
-+#endif
-
- static struct vm_operations_struct go7007_vm_ops = {
- .open = go7007_vm_open,
- .close = go7007_vm_close,
-+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,26)
- .nopage = go7007_vm_nopage,
-+#endif
- };
-
- static int go7007_mmap(struct file *file, struct vm_area_struct *vma)