aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Kuehling <Felix.Kuehling@amd.com>2018-08-24 18:24:53 -0400
committerAlex Deucher <alexander.deucher@amd.com>2018-09-26 22:09:15 -0400
commitb62e01774bd2eb23a80e420da44a95344ac85e8d (patch)
tree791c56361f01ceba4fed9323ea08099b881e031b
parent5df099e8bc83f4f3af8711ee0b9b8faef359ffff (diff)
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>
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
index f58a8a33c958..dd94b702f3a4 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
@@ -45,8 +45,6 @@ enum hqd_dequeue_request_type {
45 RESET_WAVES 45 RESET_WAVES
46}; 46};
47 47
48struct vi_sdma_mqd;
49
50/* 48/*
51 * Register access functions 49 * Register access functions
52 */ 50 */