diff options
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index df652452bdb5..903235b142f2 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -180,7 +180,7 @@ struct fw_packet { | |||
180 | * must never block. | 180 | * must never block. |
181 | */ | 181 | */ |
182 | fw_packet_callback_t callback; | 182 | fw_packet_callback_t callback; |
183 | int status; | 183 | int ack; |
184 | struct list_head link; | 184 | struct list_head link; |
185 | }; | 185 | }; |
186 | 186 | ||
@@ -415,14 +415,9 @@ fw_core_handle_bus_reset(struct fw_card *card, | |||
415 | int node_id, int generation, | 415 | int node_id, int generation, |
416 | int self_id_count, u32 *self_ids); | 416 | int self_id_count, u32 *self_ids); |
417 | void | 417 | void |
418 | fw_core_handle_request(struct fw_card *card, | 418 | fw_core_handle_request(struct fw_card *card, struct fw_packet *request); |
419 | int speed, int ack, int timestamp, | ||
420 | int generation, | ||
421 | u32 length, u32 *payload); | ||
422 | void | ||
423 | fw_core_handle_response(struct fw_card *card, | ||
424 | int speed, int ack, int timestamp, | ||
425 | u32 length, u32 *payload); | ||
426 | 419 | ||
420 | void | ||
421 | fw_core_handle_response(struct fw_card *card, struct fw_packet *packet); | ||
427 | 422 | ||
428 | #endif /* __fw_transaction_h */ | 423 | #endif /* __fw_transaction_h */ |