aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
diff options
context:
space:
mode:
authorAl Viro <viro@www.linux.org.uk>2005-04-27 09:05:56 -0400
committerJames Bottomley <jejb@mulgrave.(none)>2005-05-20 13:53:39 -0400
commit93fc4294fc112ce4e518a3f62dea8681dc39d9cf (patch)
tree39d26ce68f9c63ed70aac9b5621aef565cce2f35 /drivers/scsi
parent56b5871223f66d4a34e6e1069f241077e9f0a154 (diff)
[SCSI] qla trivial iomem annotation
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi')
-rw-r--r--drivers/scsi/qla2xxx/qla_sup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_sup.c b/drivers/scsi/qla2xxx/qla_sup.c
index 0e75fbb77b6b..32583bbb487f 100644
--- a/drivers/scsi/qla2xxx/qla_sup.c
+++ b/drivers/scsi/qla2xxx/qla_sup.c
@@ -85,7 +85,7 @@ qla2x00_unlock_nvram_access(scsi_qla_host_t *ha)
85void 85void
86qla2x00_release_nvram_protection(scsi_qla_host_t *ha) 86qla2x00_release_nvram_protection(scsi_qla_host_t *ha)
87{ 87{
88 device_reg_t *reg; 88 device_reg_t __iomem *reg;
89 uint32_t word; 89 uint32_t word;
90 90
91 reg = ha->iobase; 91 reg = ha->iobase;