amdkfd: add __iomem attribute to doorbell_ptr
authorOded Gabbay <oded.gabbay@amd.com>
Thu, 20 Nov 2014 14:14:56 +0000 (16:14 +0200)
committerOded Gabbay <oded.gabbay@amd.com>
Thu, 20 Nov 2014 14:14:56 +0000 (16:14 +0200)
commit5cd78de5267f36c090043836649b31c12533bbe9
treea4198001c5923e8705b68cb5e6fcbd4e914b0616
parentd80d19bd5064692d40e9190ebadbd381f20d2969
amdkfd: add __iomem attribute to doorbell_ptr

This patch was done due to sparse warning. It changes the definition of
doorbell_ptr in queue_properties to be with __iomem attribute, so it would
match the type which the doorbell module functions are returning.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_kernel_queue.c
drivers/gpu/drm/amd/amdkfd/kfd_priv.h