aha/drivers/firewire
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
..
fw-card.c firewire: mark some structs const 2007-03-09 22:02:39 +01:00
fw-device-cdev.c firewire: mark some structs const 2007-03-09 22:02:39 +01:00
fw-device-cdev.h firewire: consistent ifndef blocks in header files 2007-03-09 22:02:38 +01:00
fw-device.c firewire: mark some structs const 2007-03-09 22:02:39 +01:00
fw-device.h firewire: mark some structs const 2007-03-09 22:02:39 +01:00
fw-iso.c firewire: Add device probing and sysfs integration. 2007-03-09 22:02:33 +01:00
fw-ohci.c firewire: mark some structs const 2007-03-09 22:02:39 +01:00
fw-ohci.h firewire: Add driver for OHCI firewire host controllers. 2007-03-09 22:02:34 +01:00
fw-sbp2.c firewire: mark some structs const 2007-03-09 22:02:39 +01:00
fw-topology.c firewire: Add device probing and sysfs integration. 2007-03-09 22:02:33 +01:00
fw-topology.h firewire: consistent ifndef blocks in header files 2007-03-09 22:02:38 +01:00
fw-transaction.c firewire: mark some structs const 2007-03-09 22:02:39 +01:00
fw-transaction.h firewire: mark some structs const 2007-03-09 22:02:39 +01:00
Kconfig firewire: additional help in Kconfig 2007-03-09 22:02:39 +01:00
Makefile firewire: Add SBP-2 protocol driver for storage devices. 2007-03-09 22:02:34 +01:00