Commit 766f2fa1 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds

[PATCH] qla trivial iomem annotation

Signed-off-by: default avatarAl Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9be80c0f
...@@ -85,7 +85,7 @@ qla2x00_unlock_nvram_access(scsi_qla_host_t *ha) ...@@ -85,7 +85,7 @@ qla2x00_unlock_nvram_access(scsi_qla_host_t *ha)
void void
qla2x00_release_nvram_protection(scsi_qla_host_t *ha) qla2x00_release_nvram_protection(scsi_qla_host_t *ha)
{ {
device_reg_t *reg; device_reg_t __iomem *reg;
uint32_t word; uint32_t word;
reg = ha->iobase; reg = ha->iobase;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment