summaryrefslogtreecommitdiff
path: root/drivers/scsi/megaraid/megaraid_sas.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-04-23 14:02:39 +0300
committerJames Bottomley <JBottomley@Odin.com>2015-05-25 18:46:29 +0300
commit8a232bb39917bf94c6e4224ae9ef3178c90fe352 (patch)
tree6ae8cbac8f5b1b67163a10bf063ed089a88dcf46 /drivers/scsi/megaraid/megaraid_sas.h
parent6a6981fea3b8a6e6ab6a533991e474270602b9e1 (diff)
downloadlinux-8a232bb39917bf94c6e4224ae9ef3178c90fe352.tar.xz
megaraid_sas : add missing __iomem annotations
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Sumit Saxena <sumit.saxena@avagotech.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Reviewed-by: Tomas Henzl <thenzl@redhat.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
Diffstat (limited to 'drivers/scsi/megaraid/megaraid_sas.h')
-rw-r--r--drivers/scsi/megaraid/megaraid_sas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/megaraid/megaraid_sas.h b/drivers/scsi/megaraid/megaraid_sas.h
index ab488e09ff21..fc9ab5bbbd03 100644
--- a/drivers/scsi/megaraid/megaraid_sas.h
+++ b/drivers/scsi/megaraid/megaraid_sas.h
@@ -1693,7 +1693,7 @@ struct megasas_instance {
spinlock_t crashdump_lock;
struct megasas_register_set __iomem *reg_set;
- u32 *reply_post_host_index_addr[MR_MAX_MSIX_REG_ARRAY];
+ u32 __iomem *reply_post_host_index_addr[MR_MAX_MSIX_REG_ARRAY];
struct megasas_pd_list pd_list[MEGASAS_MAX_PD];
struct megasas_pd_list local_pd_list[MEGASAS_MAX_PD];
u8 ld_ids[MEGASAS_MAX_LD_IDS];