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