From: Oded Gabbay Date: Thu, 20 Nov 2014 14:14:56 +0000 (+0200) Subject: amdkfd: add __iomem attribute to doorbell_ptr X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~22^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd78de5267f36c090043836649b31c12533bbe9;p=pandora-kernel.git 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 Signed-off-by: Oded Gabbay --- Reading git-diff-tree failed