| .. | .. |
|---|
| 158 | 158 | int fw_iso_buffer_alloc(struct fw_iso_buffer *buffer, int page_count); |
|---|
| 159 | 159 | int fw_iso_buffer_map_dma(struct fw_iso_buffer *buffer, struct fw_card *card, |
|---|
| 160 | 160 | enum dma_data_direction direction); |
|---|
| 161 | | -int fw_iso_buffer_map_vma(struct fw_iso_buffer *buffer, |
|---|
| 162 | | - struct vm_area_struct *vma); |
|---|
| 163 | 161 | |
|---|
| 164 | 162 | |
|---|
| 165 | 163 | /* -topology */ |
|---|
| .. | .. |
|---|
| 193 | 191 | /* Upper layer specific data. */ |
|---|
| 194 | 192 | void *data; |
|---|
| 195 | 193 | |
|---|
| 196 | | - struct fw_node *ports[0]; |
|---|
| 194 | + struct fw_node *ports[]; |
|---|
| 197 | 195 | }; |
|---|
| 198 | 196 | |
|---|
| 199 | 197 | static inline struct fw_node *fw_node_get(struct fw_node *node) |
|---|