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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/firewire/fw-transaction.h b/drivers/firewire/fw-transaction.h
index 149ef1652acf..7f618f2373a5 100644
--- a/drivers/firewire/fw-transaction.h
+++ b/drivers/firewire/fw-transaction.h
@@ -265,6 +265,10 @@ struct fw_card {
265 struct device card_device; 265 struct device card_device;
266 266
267 struct list_head link; 267 struct list_head link;
268
269 /* Work struct for IRM duties. */
270 struct delayed_work work;
271 int irm_retries;
268}; 272};
269 273
270struct fw_card *fw_card_get(struct fw_card *card); 274struct fw_card *fw_card_get(struct fw_card *card);