drm/amdgpu: remove unnecessary forward declaration
authorFelix Kuehling <Felix.Kuehling@amd.com>
Fri, 24 Aug 2018 22:24:53 +0000 (18:24 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Sep 2018 02:09:15 +0000 (21:09 -0500)
commitb62e01774bd2eb23a80e420da44a95344ac85e8d
tree791c56361f01ceba4fed9323ea08099b881e031b
parent5df099e8bc83f4f3af8711ee0b9b8faef359ffff
drm/amdgpu: remove unnecessary forward declaration

struct vi_sdma_mqd is defined in vi_structs.h.

Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c