]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/video/udlfb.c
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
[karo-tx-linux.git] / drivers / video / udlfb.c
index 8af64148294b88074a269f54691d05a9cb00a547..f45eba3d6150f73b6e12a3e78bba58dd389a3a90 100644 (file)
@@ -345,7 +345,6 @@ static int dlfb_ops_mmap(struct fb_info *info, struct vm_area_struct *vma)
                        size = 0;
        }
 
-       vma->vm_flags |= VM_RESERVED;   /* avoid to swap out this VMA */
        return 0;
 }