scsi: mpt3sas: Remove volatile qualifier
[linux-2.6-block.git] / drivers / scsi / mpt3sas / mpt3sas_base.h
index 10055c7e4a9f76b3b5caa5c48eedf09e03e5ac14..1be0850ca17aa1f9c5e05218b6e6d82b294428e8 100644 (file)
@@ -994,7 +994,7 @@ typedef void (*NVME_BUILD_PRP)(struct MPT3SAS_ADAPTER *ioc, u16 smid,
 typedef void (*PUT_SMID_IO_FP_HIP) (struct MPT3SAS_ADAPTER *ioc, u16 smid,
        u16 funcdep);
 typedef void (*PUT_SMID_DEFAULT) (struct MPT3SAS_ADAPTER *ioc, u16 smid);
-typedef u32 (*BASE_READ_REG) (const volatile void __iomem *addr);
+typedef u32 (*BASE_READ_REG) (const void __iomem *addr);
 /*
  * To get high iops reply queue's msix index when high iops mode is enabled
  * else get the msix index of general reply queues.