diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-20 14:44:26 -0400 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-03-20 18:27:19 -0400 |
commit | 945ac22253a09574da4ed568b426aef03722bfb6 (patch) | |
tree | 17bf68023af278d31fb73c648ea345c749f38bf6 /drivers/firewire/fw-device.h | |
parent | d84702a5d7b500ead8db129ddea789c88764f357 (diff) |
firewire: ROM cache is CPU-endian
Puts a stray endian annotation down.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/fw-device.h')
-rw-r--r-- | drivers/firewire/fw-device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/firewire/fw-device.h b/drivers/firewire/fw-device.h index ba0e2463e4a7..ce47ab958840 100644 --- a/drivers/firewire/fw-device.h +++ b/drivers/firewire/fw-device.h | |||
@@ -41,7 +41,7 @@ struct fw_device { | |||
41 | struct device device; | 41 | struct device device; |
42 | struct list_head link; | 42 | struct list_head link; |
43 | struct list_head client_list; | 43 | struct list_head client_list; |
44 | __be32 *config_rom; | 44 | u32 *config_rom; |
45 | size_t config_rom_length; | 45 | size_t config_rom_length; |
46 | int config_rom_retries; | 46 | int config_rom_retries; |
47 | struct delayed_work work; | 47 | struct delayed_work work; |