[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>
This commit is contained in:
Al Viro 2005-04-27 06:05:56 -07:00 committed by James Bottomley
parent 56b5871223
commit 93fc4294fc

View File

@ -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;