diff options
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index 0dd96ecc2dcd..48e88d53998b 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -383,7 +383,7 @@ struct fw_card_driver { | |||
383 | 383 | ||
384 | struct fw_iso_context * | 384 | struct fw_iso_context * |
385 | (*allocate_iso_context)(struct fw_card *card, | 385 | (*allocate_iso_context)(struct fw_card *card, |
386 | int type, size_t header_size); | 386 | int type, int channel, size_t header_size); |
387 | void (*free_iso_context)(struct fw_iso_context *ctx); | 387 | void (*free_iso_context)(struct fw_iso_context *ctx); |
388 | 388 | ||
389 | int (*start_iso)(struct fw_iso_context *ctx, | 389 | int (*start_iso)(struct fw_iso_context *ctx, |