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)
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

Simple merge