From: Stefan Richter Date: Sun, 14 Jan 2007 14:29:07 +0000 (+0100) Subject: firewire: mark some structs const X-Git-Tag: v2.6.22-rc1~111^2~124 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ebcd1224d05c8673053e1e93ab9ec7ef3e0b84;p=pandora-kernel.git 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 --- Reading git-diff-tree failed