From 7b3d1c82417b340c73e416db10770379291010ba Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 17 Apr 2013 13:48:43 +0300 Subject: [PATCH] fbdev/fb-puv3: 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 Cc: Guan Xuetao --- Reading git-format-patch failed