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

index f58a8a3..dd94b70 100644 (file)
@@ -45,8 +45,6 @@ enum hqd_dequeue_request_type {
        RESET_WAVES
 };
 
-struct vi_sdma_mqd;
-
 /*
  * Register access functions
  */