scsi: eesox: use __iomem pointers for MMIO
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 Sep 2012 20:31:51 +0000 (20:31 +0000)
committerArnd Bergmann <arnd@arndb.de>
Wed, 19 Sep 2012 13:37:14 +0000 (15:37 +0200)
commitf39f7b7dcfd8d2c4024fbc00ffc832adf0ea41b3
treef5226e21129d98c4b0fdd785ebb3ae7721fc7b20
parentd19bd83672dfc1f869e2b2122d99a2ceae7d0f7e
scsi: eesox: use __iomem pointers for MMIO

ARM is moving to stricter checks on readl/write functions,
so we need to use the correct types everywhere.

Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/scsi/arm/eesox.c