From: Tomi Valkeinen Date: Wed, 17 Apr 2013 10:05:07 +0000 (+0300) Subject: fbdev/omapfb: use vm_iomap_memory() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~142^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d28c21fe7b0921af57b15673cbafd4d61f2653d;p=pandora-kernel.git fbdev/omapfb: 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