ata: sata_dwc_460ex: add __iomem to register base pointer
authorMans Rullgard <mans@mansr.com>
Tue, 26 Apr 2016 09:03:17 +0000 (12:03 +0300)
committerTejun Heo <tj@kernel.org>
Tue, 10 May 2016 16:29:20 +0000 (12:29 -0400)
commitadc64ecf8dd941e24456de9b4a02a4152ff7df15
treecdbff3e414e1a1c6f82a80877c00f13da1add726
parent175553ed18491bf654a64f4e1c3f8d4137ae1a56
ata: sata_dwc_460ex: add __iomem to register base pointer

The pointer to the mmio register base is missing the __iomem
annotation.  Fix this.

Tested-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/sata_dwc_460ex.c