]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/video/igafb.c
[TG3]: Add 5722 and 5756 support.
[linux-2.6-omap-h63xx.git] / drivers / video / igafb.c
index 6b88050d21bfbb4ae37bd96dbab85fcda267c5b8..67f384f867580d638e2c17501f344d803a9a19f7 100644 (file)
@@ -33,7 +33,6 @@
 #include <linux/errno.h>
 #include <linux/string.h>
 #include <linux/mm.h>
-#include <linux/tty.h>
 #include <linux/slab.h>
 #include <linux/vmalloc.h>
 #include <linux/delay.h>
@@ -232,9 +231,6 @@ static int igafb_mmap(struct fb_info *info,
 
        size = vma->vm_end - vma->vm_start;
 
-       /* To stop the swapper from even considering these pages. */
-       vma->vm_flags |= (VM_SHM | VM_LOCKED);
-
        /* Each page, see which map applies */
        for (page = 0; page < size; ) {
                map_size = 0;