commit | 51fc8e8aabf1dc89934743c62069acbbe2016fe9 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 17 13:55:59 2013 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 24 08:41:41 2013 +0300 |
tree | 45bc9454b259ff5a902cd8b5885464d4c18a316d | |
parent | 7b3d1c82417b340c73e416db10770379291010ba [diff] |
fbdev/sa1100fb: 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> Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>