diff options
| author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2026-01-10 10:39:04 +0900 |
|---|---|---|
| committer | Takashi Sakamoto <o-takashi@sakamocchi.jp> | 2026-01-12 11:49:37 +0900 |
| commit | c91adaddb0740c5a436084c85bedfe07b6d0c157 (patch) | |
| tree | 5c68673c8e8f0d1b05823061adc67bf211fb5335 /drivers/firewire | |
| parent | 8f0b4cce4481fb22653697cced8d0d04027cb1e8 (diff) | |
firewire: core: move private function declaration from public header to internal header
The fw_iso_buffer_lookup function is used by core module only, thus no
need to describe its prototype in kernel internal header.
Link: https://lore.kernel.org/r/20260110013911.19160-2-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Diffstat (limited to 'drivers/firewire')
| -rw-r--r-- | drivers/firewire/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/core.h b/drivers/firewire/core.h index 41fb39d9a4e6..26868f007131 100644 --- a/drivers/firewire/core.h +++ b/drivers/firewire/core.h @@ -166,6 +166,7 @@ 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); +size_t fw_iso_buffer_lookup(struct fw_iso_buffer *buffer, dma_addr_t completed); static inline void fw_iso_context_init_work(struct fw_iso_context *ctx, work_func_t func) { |
