diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-09-25 02:53:53 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-24 20:07:48 -0700 |
commit | ee111d111b69c2a216d674081107fe3b3829aa9a (patch) | |
tree | 3696a452a000ef30c9aaa037e43465f9467aa947 /drivers/net/qla3xxx.h | |
parent | 8a1cdc9ca264c49ad0b896e43468fe6a4b0b646c (diff) | |
download | linux-stable-ee111d111b69c2a216d674081107fe3b3829aa9a.tar.gz linux-stable-ee111d111b69c2a216d674081107fe3b3829aa9a.tar.bz2 linux-stable-ee111d111b69c2a216d674081107fe3b3829aa9a.zip |
[PATCH] qla3xxx iomem annotations
the driver is still shite, though...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/qla3xxx.h')
-rw-r--r-- | drivers/net/qla3xxx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/qla3xxx.h b/drivers/net/qla3xxx.h index 9492cee6b083..65da2c0bfda6 100644 --- a/drivers/net/qla3xxx.h +++ b/drivers/net/qla3xxx.h @@ -1093,7 +1093,7 @@ struct ql3_adapter { spinlock_t hw_lock; /* PCI Bus Relative Register Addresses */ - u8 *mmap_virt_base; /* stores return value from ioremap() */ + u8 __iomem *mmap_virt_base; /* stores return value from ioremap() */ struct ql3xxx_port_registers __iomem *mem_map_registers; u32 current_page; /* tracks current register page */ |