diff options
Diffstat (limited to 'drivers/firewire/fw-device.c')
-rw-r--r-- | drivers/firewire/fw-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-device.c b/drivers/firewire/fw-device.c index ec1cb7fc8e96..e541daade0c3 100644 --- a/drivers/firewire/fw-device.c +++ b/drivers/firewire/fw-device.c | |||
@@ -49,7 +49,7 @@ EXPORT_SYMBOL(fw_csr_iterator_next); | |||
49 | 49 | ||
50 | static int is_fw_unit(struct device *dev); | 50 | static int is_fw_unit(struct device *dev); |
51 | 51 | ||
52 | static int match_unit_directory(u32 * directory, struct fw_device_id *id) | 52 | static int match_unit_directory(u32 * directory, const struct fw_device_id *id) |
53 | { | 53 | { |
54 | struct fw_csr_iterator ci; | 54 | struct fw_csr_iterator ci; |
55 | int key, value, match; | 55 | int key, value, match; |