diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2019-11-05 16:49:39 +0300 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2019-11-13 22:59:57 +0300 |
commit | 7807759e4ad8d46347a5d52a0910269320b81e65 (patch) | |
tree | 8288018a549b8b2945b6979810de4163146b5218 /drivers/firewire/core.h | |
parent | b98c7518c5345ac5f930fd40ce9d8d2b8dc2ba06 (diff) | |
download | linux-7807759e4ad8d46347a5d52a0910269320b81e65.tar.xz |
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>
Diffstat (limited to 'drivers/firewire/core.h')
-rw-r--r-- | drivers/firewire/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/firewire/core.h b/drivers/firewire/core.h index 0f0bed3a4bbb..4b0e4ee655a1 100644 --- a/drivers/firewire/core.h +++ b/drivers/firewire/core.h @@ -158,8 +158,6 @@ void fw_node_event(struct fw_card *card, struct fw_node *node, int event); int fw_iso_buffer_alloc(struct fw_iso_buffer *buffer, int page_count); int fw_iso_buffer_map_dma(struct fw_iso_buffer *buffer, struct fw_card *card, enum dma_data_direction direction); -int fw_iso_buffer_map_vma(struct fw_iso_buffer *buffer, - struct vm_area_struct *vma); /* -topology */ |