diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/firewire.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/firewire.h b/include/linux/firewire.h index a69aea0394e3..610eade8abb4 100644 --- a/include/linux/firewire.h +++ b/include/linux/firewire.h | |||
@@ -191,7 +191,9 @@ struct fw_device { | |||
191 | size_t config_rom_length; | 191 | size_t config_rom_length; |
192 | int config_rom_retries; | 192 | int config_rom_retries; |
193 | unsigned is_local:1; | 193 | unsigned is_local:1; |
194 | unsigned max_rec:4; | ||
194 | unsigned cmc:1; | 195 | unsigned cmc:1; |
196 | unsigned irmc:1; | ||
195 | unsigned bc_implemented:2; | 197 | unsigned bc_implemented:2; |
196 | 198 | ||
197 | struct delayed_work work; | 199 | struct delayed_work work; |