diff options
Diffstat (limited to 'include/linux/firewire.h')
-rw-r--r-- | include/linux/firewire.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index 5cb0c1549ff1..9823946adbc5 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
@@ -131,10 +131,6 @@ 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 | |||
135 | /* firewire-net driver data */ | ||
136 | void *netdev; | ||
137 | struct list_head peer_list; | ||
138 | }; | 134 | }; |
139 | 135 | ||
140 | static inline struct fw_card *fw_card_get(struct fw_card *card) | 136 | static inline struct fw_card *fw_card_get(struct fw_card *card) |