Skip to content
Snippets Groups Projects
Commit 21ebcd12 authored by Stefan Richter's avatar Stefan Richter
Browse files

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: default avatarStefan Richter <stefanr@s5r6.in-berlin.de>
parent 227e7d81
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment