diff options
Diffstat (limited to 'drivers/firewire/fw-transaction.h')
-rw-r--r-- | drivers/firewire/fw-transaction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h index cbea845dc40a..552e9af081e9 100644 --- a/drivers/firewire/fw-transaction.h +++ b/drivers/firewire/fw-transaction.h | |||
@@ -164,6 +164,7 @@ struct fw_request; | |||
164 | struct fw_descriptor { | 164 | struct fw_descriptor { |
165 | struct list_head link; | 165 | struct list_head link; |
166 | size_t length; | 166 | size_t length; |
167 | u32 immediate; | ||
167 | u32 key; | 168 | u32 key; |
168 | const u32 *data; | 169 | const u32 *data; |
169 | }; | 170 | }; |