From c84deb9d615c02993ce0972a0b34585c7624822f Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 18 Apr 2013 07:50:44 +0300 Subject: [PATCH] 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-format-patch failed