Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c607f450 authored by Al Viro's avatar Al Viro
Browse files

au1100fb: VM_IO is set by io_remap_pfn_range()



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 1fca06fa
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -385,8 +385,6 @@ int au1100fb_fb_mmap(struct fb_info *fbi, struct vm_area_struct *vma)
	vma->vm_page_prot = pgprot_noncached(vma->vm_page_prot);
	pgprot_val(vma->vm_page_prot) |= (6 << 9); //CCA=6

	vma->vm_flags |= VM_IO;

	if (io_remap_pfn_range(vma, vma->vm_start, off >> PAGE_SHIFT,
				vma->vm_end - vma->vm_start,
				vma->vm_page_prot)) {