diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-26 10:43:43 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-26 10:43:43 -0400 |
commit | 766f2fa170e65948053b06c6106c8dc8526c3e14 (patch) | |
tree | 104eb135ed4cbcc45b8e57f9c37d5f59d1679b43 /drivers | |
parent | 9be80c0f0f61e8c0572d7c9d73b3ef839754a953 (diff) |
[PATCH] qla trivial iomem annotation
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-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; |