From: Stefan Richter Date: Tue, 20 Mar 2007 18:44:26 +0000 (+0100) Subject: firewire: ROM cache is CPU-endian X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=945ac22253a09574da4ed568b426aef03722bfb6;p=linux-beck.git firewire: ROM cache is CPU-endian Puts a stray endian annotation down. Signed-off-by: Stefan Richter --- 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 { 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;