[SCSI] hpsa: use ioremap_nocache instead of ioremap
authorStephen M. Cameron <scameron@beardog.cce.hp.com>
Thu, 26 Jul 2012 16:34:23 +0000 (11:34 -0500)
committerJames Bottomley <JBottomley@Parallels.com>
Fri, 14 Sep 2012 10:51:50 +0000 (11:51 +0100)
I think ioremap() ends up being equivalent to ioremap_nocache
by default, but we should signal our intent that these mappings
should be non-cacheable.

Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/hpsa.c

Simple merge