commit | c84deb9d615c02993ce0972a0b34585c7624822f | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Apr 18 07:50:44 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 24 08:41:42 2013 +0300 |
tree | 3663ec0b35a39adc0dda8426deee2bc0e43b212a | |
parent | 5171774382959f9a42ecd36bf408f6979effcb6a [diff] |
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 <tomi.valkeinen@ti.com>