skd: Remove superfluous occurrences of the 'volatile' keyword
authorBart Van Assche <bart.vanassche@wdc.com>
Thu, 17 Aug 2017 20:13:17 +0000 (13:13 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 18 Aug 2017 14:45:29 +0000 (08:45 -0600)
commit85e34112cf5564dddbc26f4b9f79ee1f5941f551
tree3be7b5706642c6a1c15f2df6a1970170e2719409
parentfeb8971982beae41507a43fee609c59445147cf5
skd: Remove superfluous occurrences of the 'volatile' keyword

mem_map[i] is accessed through readl() / writel() hence declaring
mem_map as volatile is not necessary.

Remove the volatile declarations from struct fit_completion_entry_v1
pointers and struct fit_comp_error_info since reading these structures
multiple times is safe.

Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.de>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/skd_main.c