summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/qc-usb/files/0.6.2-linux-2.6.11.patch')
-rw-r--r--media-video/qc-usb/files/0.6.2-linux-2.6.11.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/media-video/qc-usb/files/0.6.2-linux-2.6.11.patch b/media-video/qc-usb/files/0.6.2-linux-2.6.11.patch
deleted file mode 100644
index dd8b239f5ed3..000000000000
--- a/media-video/qc-usb/files/0.6.2-linux-2.6.11.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- qc-usb-0.6.2/qc-memory.c-old 2005-02-24 19:40:37.000000000 -0500
-+++ qc-usb-0.6.2/qc-memory.c 2005-02-24 19:41:12.000000000 -0500
-@@ -230,7 +230,11 @@
- pos = (unsigned long)src;
- while ((long)size > 0) {
- physaddr = kvirt_to_pa(pos);
-- if (remap_page_range(vma, start, physaddr, PAGE_SIZE, PAGE_SHARED))
-+ if (remap_pfn_range(vma,
-+ start,
-+ physaddr >> PAGE_SHIFT,
-+ PAGE_SIZE,
-+ PAGE_SHARED))
- return -EAGAIN;
- start += PAGE_SIZE;
- pos += PAGE_SIZE;