diff options
Diffstat (limited to 'drivers/firewire/fw-device.h')
-rw-r--r-- | drivers/firewire/fw-device.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/firewire/fw-device.h b/drivers/firewire/fw-device.h index 3085a74669b5..97588937c018 100644 --- a/drivers/firewire/fw-device.h +++ b/drivers/firewire/fw-device.h | |||
@@ -71,7 +71,6 @@ struct fw_device { | |||
71 | int node_id; | 71 | int node_id; |
72 | int generation; | 72 | int generation; |
73 | unsigned max_speed; | 73 | unsigned max_speed; |
74 | bool cmc; | ||
75 | struct fw_card *card; | 74 | struct fw_card *card; |
76 | struct device device; | 75 | struct device device; |
77 | 76 | ||
@@ -81,6 +80,9 @@ struct fw_device { | |||
81 | u32 *config_rom; | 80 | u32 *config_rom; |
82 | size_t config_rom_length; | 81 | size_t config_rom_length; |
83 | int config_rom_retries; | 82 | int config_rom_retries; |
83 | unsigned cmc:1; | ||
84 | unsigned bc_implemented:2; | ||
85 | |||
84 | struct delayed_work work; | 86 | struct delayed_work work; |
85 | struct fw_attribute_group attribute_group; | 87 | struct fw_attribute_group attribute_group; |
86 | }; | 88 | }; |
@@ -109,6 +111,7 @@ static inline void fw_device_put(struct fw_device *device) | |||
109 | 111 | ||
110 | struct fw_device *fw_device_get_by_devt(dev_t devt); | 112 | struct fw_device *fw_device_get_by_devt(dev_t devt); |
111 | int fw_device_enable_phys_dma(struct fw_device *device); | 113 | int fw_device_enable_phys_dma(struct fw_device *device); |
114 | void fw_device_set_broadcast_channel(struct fw_device *device, int generation); | ||
112 | 115 | ||
113 | void fw_device_cdev_update(struct fw_device *device); | 116 | void fw_device_cdev_update(struct fw_device *device); |
114 | void fw_device_cdev_remove(struct fw_device *device); | 117 | void fw_device_cdev_remove(struct fw_device *device); |