commit | 7807759e4ad8d46347a5d52a0910269320b81e65 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Nov 05 14:49:39 2019 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Wed Nov 13 20:59:57 2019 +0100 |
tree | 8288018a549b8b2945b6979810de4163146b5218 | |
parent | b98c7518c5345ac5f930fd40ce9d8d2b8dc2ba06 [diff] |
firewire: core: code cleanup after vm_map_pages_zero introduction Commit 22660db89262 turned fw_iso_buffer_map_vma into a one-liner. There is no need to keep this in the core-iso.c collection of buffer management functions; put it inline into the sole user, the character device file driver. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>