diff options
Diffstat (limited to 'drivers/ieee1394/dv1394.c')
-rw-r--r-- | drivers/ieee1394/dv1394.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ieee1394/dv1394.c b/drivers/ieee1394/dv1394.c index 3838bc4acaba..4c2c02572d21 100644 --- a/drivers/ieee1394/dv1394.c +++ b/drivers/ieee1394/dv1394.c | |||
@@ -2175,7 +2175,7 @@ static const struct file_operations dv1394_fops= | |||
2175 | * Export information about protocols/devices supported by this driver. | 2175 | * Export information about protocols/devices supported by this driver. |
2176 | */ | 2176 | */ |
2177 | #ifdef MODULE | 2177 | #ifdef MODULE |
2178 | static struct ieee1394_device_id dv1394_id_table[] = { | 2178 | static const struct ieee1394_device_id dv1394_id_table[] = { |
2179 | { | 2179 | { |
2180 | .match_flags = IEEE1394_MATCH_SPECIFIER_ID | IEEE1394_MATCH_VERSION, | 2180 | .match_flags = IEEE1394_MATCH_SPECIFIER_ID | IEEE1394_MATCH_VERSION, |
2181 | .specifier_id = AVC_UNIT_SPEC_ID_ENTRY & 0xffffff, | 2181 | .specifier_id = AVC_UNIT_SPEC_ID_ENTRY & 0xffffff, |