aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/firewire.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/firewire.h')
-rw-r--r--include/linux/firewire.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h
index 0c38b8e97722..d974aa4a24c9 100644
--- a/include/linux/firewire.h
+++ b/include/linux/firewire.h
@@ -111,9 +111,10 @@ struct fw_card {
111 bool beta_repeaters_present; 111 bool beta_repeaters_present;
112 112
113 int index; 113 int index;
114
115 struct list_head link; 114 struct list_head link;
116 115
116 struct list_head phy_receiver_list;
117
117 struct delayed_work br_work; /* bus reset job */ 118 struct delayed_work br_work; /* bus reset job */
118 bool br_short; 119 bool br_short;
119 120