From 47f698a9f2fc49711f3a43ca6713e83f0e76ea5e Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 17 Apr 2013 13:44:19 +0300 Subject: [PATCH] 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-format-patch failed