diff options
Diffstat (limited to 'include/linux/firewire.h')
-rw-r--r-- | include/linux/firewire.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index d44f47d3b2d9..5cb0c1549ff1 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
@@ -131,13 +131,10 @@ struct fw_card { | |||
131 | bool broadcast_channel_allocated; | 131 | bool broadcast_channel_allocated; |
132 | u32 broadcast_channel; | 132 | u32 broadcast_channel; |
133 | u32 topology_map[(CSR_TOPOLOGY_MAP_END - CSR_TOPOLOGY_MAP) / 4]; | 133 | u32 topology_map[(CSR_TOPOLOGY_MAP_END - CSR_TOPOLOGY_MAP) / 4]; |
134 | /* Only non-NULL if firewire-ipv4 is active on this card. */ | 134 | |
135 | /* firewire-net driver data */ | ||
135 | void *netdev; | 136 | void *netdev; |
136 | /* | 137 | struct list_head peer_list; |
137 | * The nodes get probed before the card, so we need a place to store | ||
138 | * them independent of card->netdev | ||
139 | */ | ||
140 | struct list_head ipv4_nodes; | ||
141 | }; | 138 | }; |
142 | 139 | ||
143 | static inline struct fw_card *fw_card_get(struct fw_card *card) | 140 | static inline struct fw_card *fw_card_get(struct fw_card *card) |