diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-27 13:05:56 (GMT) |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-05-20 17:53:39 (GMT) |
commit | 93fc4294fc112ce4e518a3f62dea8681dc39d9cf (patch) | |
tree | 39d26ce68f9c63ed70aac9b5621aef565cce2f35 | |
parent | 56b5871223f66d4a34e6e1069f241077e9f0a154 (diff) | |
download | linux-fsl-qoriq-93fc4294fc112ce4e518a3f62dea8681dc39d9cf.tar.xz |
[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>
-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 0e75fbb..32583bb 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) void qla2x00_release_nvram_protection(scsi_qla_host_t *ha) { - device_reg_t *reg; + device_reg_t __iomem *reg; uint32_t word; reg = ha->iobase; |