commit | 6d28c21fe7b0921af57b15673cbafd4d61f2653d | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 17 13:05:07 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 24 08:34:05 2013 +0300 |
tree | 072dcb99c26f766e49e8a029e74b8f5781ab09fc | |
parent | 60d509fa6a9c4653a86ad830e4c4b30360b23f0e [diff] |
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 <tomi.valkeinen@ti.com>