diff options
Diffstat (limited to 'drivers/firewire/fw-device-cdev.h')
-rw-r--r-- | drivers/firewire/fw-device-cdev.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/firewire/fw-device-cdev.h b/drivers/firewire/fw-device-cdev.h index e32b39dc7e74..99e6aa629f4a 100644 --- a/drivers/firewire/fw-device-cdev.h +++ b/drivers/firewire/fw-device-cdev.h | |||
@@ -134,7 +134,8 @@ struct fw_cdev_allocate { | |||
134 | struct fw_cdev_create_iso_context { | 134 | struct fw_cdev_create_iso_context { |
135 | __u32 type; | 135 | __u32 type; |
136 | __u32 header_size; | 136 | __u32 header_size; |
137 | __u32 handle; | 137 | __u32 channel; |
138 | __u32 speed; | ||
138 | }; | 139 | }; |
139 | 140 | ||
140 | struct fw_cdev_iso_packet { | 141 | struct fw_cdev_iso_packet { |
@@ -154,8 +155,6 @@ struct fw_cdev_queue_iso { | |||
154 | }; | 155 | }; |
155 | 156 | ||
156 | struct fw_cdev_start_iso { | 157 | struct fw_cdev_start_iso { |
157 | __u32 channel; | ||
158 | __u32 speed; | ||
159 | __s32 cycle; | 158 | __s32 cycle; |
160 | }; | 159 | }; |
161 | 160 | ||