Date: Tue, 20 Mar 2007 19:44:26 +0100 (CET) From: Stefan Richter Subject: firewire: ROM cache is CPU-endian Puts a stray endian annotation down. Signed-off-by: Stefan Richter --- Index: linux/drivers/firewire/fw-device.h =================================================================== --- linux.orig/drivers/firewire/fw-device.h +++ linux/drivers/firewire/fw-device.h @@ -41,7 +41,7 @@ struct fw_device { struct device device; struct list_head link; struct list_head client_list; - __be32 *config_rom; + u32 *config_rom; size_t config_rom_length; int config_rom_retries; struct delayed_work work;