Stefan Richter 21ebcd1224 firewire: mark some structs const
Instances of struct file_operations and struct fw_card_driver can be
qualified as "const".  Ditto with struct fw_descriptor.data, struct
fw_device_id, and predefined instances of struct fw_address_region,
at least in the current implementation.

Data qualified as const is placed into the .rodata section which won't
be mixed with dirty data.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2007-03-09 22:02:39 +01:00
..
2006-12-07 08:39:24 -08:00
2006-10-11 11:14:25 -07:00
2007-03-05 07:57:53 -08:00
2007-03-06 13:38:49 +01:00
2007-02-16 14:00:19 +11:00
2007-03-09 22:02:33 +01:00