From: Tomi Valkeinen Date: Thu, 18 Apr 2013 04:50:44 +0000 (+0300) Subject: fbdev/sgivwfb: use vm_iomap_memory() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~142^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84deb9d615c02993ce0972a0b34585c7624822f;p=pandora-kernel.git fbdev/sgivwfb: use vm_iomap_memory() Use vm_iomap_memory() instead of [io_]remap_pfn_range(). vm_iomap_memory() gives us much simpler API to map memory to userspace, and reduces possibilities for bugs. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed