Title: [5969] trunk/drivers/uio/uio.c: we stubbed the pgprot func in our headers
Revision
5969
Author
vapier
Date
2009-01-08 04:45:27 -0600 (Thu, 08 Jan 2009)

Log Message

we stubbed the pgprot func in our headers

Modified Paths


Diff

Modified: trunk/drivers/uio/uio.c (5968 => 5969)


--- trunk/drivers/uio/uio.c	2009-01-08 10:45:06 UTC (rev 5968)
+++ trunk/drivers/uio/uio.c	2009-01-08 10:45:27 UTC (rev 5969)
@@ -526,9 +526,7 @@
 
 	vma->vm_flags |= VM_IO | VM_RESERVED;
 
-#ifdef pgprot_noncached
 	vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
-#endif
 
 	return remap_pfn_range(vma,
 			       vma->vm_start,
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to