diff options
Diffstat (limited to 'drivers/firewire/core-iso.c')
-rw-r--r-- | drivers/firewire/core-iso.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/firewire/core-iso.c b/drivers/firewire/core-iso.c index 0f90e0071875..d1565828ae2c 100644 --- a/drivers/firewire/core-iso.c +++ b/drivers/firewire/core-iso.c | |||
@@ -192,6 +192,12 @@ void fw_iso_context_queue_flush(struct fw_iso_context *ctx) | |||
192 | } | 192 | } |
193 | EXPORT_SYMBOL(fw_iso_context_queue_flush); | 193 | EXPORT_SYMBOL(fw_iso_context_queue_flush); |
194 | 194 | ||
195 | int fw_iso_context_flush_completions(struct fw_iso_context *ctx) | ||
196 | { | ||
197 | return ctx->card->driver->flush_iso_completions(ctx); | ||
198 | } | ||
199 | EXPORT_SYMBOL(fw_iso_context_flush_completions); | ||
200 | |||
195 | int fw_iso_context_stop(struct fw_iso_context *ctx) | 201 | int fw_iso_context_stop(struct fw_iso_context *ctx) |
196 | { | 202 | { |
197 | return ctx->card->driver->stop_iso(ctx); | 203 | return ctx->card->driver->stop_iso(ctx); |