diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-27 09:05:56 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-05-20 13:53:39 -0400 |
commit | 93fc4294fc112ce4e518a3f62dea8681dc39d9cf (patch) | |
tree | 39d26ce68f9c63ed70aac9b5621aef565cce2f35 /drivers/scsi | |
parent | 56b5871223f66d4a34e6e1069f241077e9f0a154 (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.c | 2 |
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) | |||
85 | void | 85 | void |
86 | qla2x00_release_nvram_protection(scsi_qla_host_t *ha) | 86 | qla2x00_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; |