aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firewire/fw-transaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r--drivers/firewire/fw-transaction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h
index b0d057533fb0..e7301b83f91e 100644
--- a/drivers/firewire/fw-transaction.h
+++ b/drivers/firewire/fw-transaction.h
@@ -203,8 +203,6 @@ struct fw_packet {
203 size_t payload_length; 203 size_t payload_length;
204 u32 timestamp; 204 u32 timestamp;
205 205
206 dma_addr_t payload_bus;
207
208 /* This callback is called when the packet transmission has 206 /* This callback is called when the packet transmission has
209 * completed; for successful transmission, the status code is 207 * completed; for successful transmission, the status code is
210 * the ack received from the destination, otherwise it's a 208 * the ack received from the destination, otherwise it's a
@@ -215,6 +213,7 @@ struct fw_packet {
215 fw_packet_callback_t callback; 213 fw_packet_callback_t callback;
216 int ack; 214 int ack;
217 struct list_head link; 215 struct list_head link;
216 void *driver_data;
218}; 217};
219 218
220struct fw_transaction { 219struct fw_transaction {