diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/firewire.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index 1cd637ef62d2..9a3f5f9383f6 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
| @@ -302,9 +302,9 @@ struct fw_packet { | |||
| 302 | struct fw_transaction { | 302 | struct fw_transaction { |
| 303 | int node_id; /* The generation is implied; it is always the current. */ | 303 | int node_id; /* The generation is implied; it is always the current. */ |
| 304 | int tlabel; | 304 | int tlabel; |
| 305 | int timestamp; | ||
| 306 | struct list_head link; | 305 | struct list_head link; |
| 307 | struct fw_card *card; | 306 | struct fw_card *card; |
| 307 | bool is_split_transaction; | ||
| 308 | struct timer_list split_timeout_timer; | 308 | struct timer_list split_timeout_timer; |
| 309 | 309 | ||
| 310 | struct fw_packet packet; | 310 | struct fw_packet packet; |
