hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/firewire/core.h
....@@ -158,8 +158,6 @@
158158 int fw_iso_buffer_alloc(struct fw_iso_buffer *buffer, int page_count);
159159 int fw_iso_buffer_map_dma(struct fw_iso_buffer *buffer, struct fw_card *card,
160160 enum dma_data_direction direction);
161
-int fw_iso_buffer_map_vma(struct fw_iso_buffer *buffer,
162
- struct vm_area_struct *vma);
163161
164162
165163 /* -topology */
....@@ -193,7 +191,7 @@
193191 /* Upper layer specific data. */
194192 void *data;
195193
196
- struct fw_node *ports[0];
194
+ struct fw_node *ports[];
197195 };
198196
199197 static inline struct fw_node *fw_node_get(struct fw_node *node)