diff options
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r-- | drivers/firewire/fw-device-cdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h index 440fb742aae9..3437a360d7dc 100644 --- a/drivers/firewire/fw-device-cdev.h +++ b/drivers/firewire/fw-device-cdev.h | |||
@@ -194,8 +194,6 @@ struct fw_cdev_create_iso_context { | |||
194 | __u32 header_size; | 194 | __u32 header_size; |
195 | __u32 channel; | 195 | __u32 channel; |
196 | __u32 speed; | 196 | __u32 speed; |
197 | __u32 sync; | ||
198 | __u32 tags; | ||
199 | }; | 197 | }; |
200 | 198 | ||
201 | struct fw_cdev_iso_packet { | 199 | struct fw_cdev_iso_packet { |
@@ -216,6 +214,8 @@ struct fw_cdev_queue_iso { | |||
216 | 214 | ||
217 | struct fw_cdev_start_iso { | 215 | struct fw_cdev_start_iso { |
218 | __s32 cycle; | 216 | __s32 cycle; |
217 | __u32 sync; | ||
218 | __u32 tags; | ||
219 | }; | 219 | }; |
220 | 220 | ||
221 | #endif /* __fw_cdev_h */ | 221 | #endif /* __fw_cdev_h */ |