Commit b62e0177 authored by Felix Kuehling's avatar Felix Kuehling Committed by Alex Deucher
Browse files

drm/amdgpu: remove unnecessary forward declaration



struct vi_sdma_mqd is defined in vi_structs.h.

Signed-off-by: default avatarFelix Kuehling <Felix.Kuehling@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5df099e8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -45,8 +45,6 @@ enum hqd_dequeue_request_type {
	RESET_WAVES
};

struct vi_sdma_mqd;

/*
 * Register access functions
 */