drm/amd/display: remove unused definition
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 24 May 2023 03:59:40 +0000 (11:59 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 9 Jun 2023 14:57:19 +0000 (10:57 -0400)
Eliminate the following warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_resource.c:889:43: warning: unused variable 'res_create_maximus_funcs'

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=5296
Fixes: 25879d7b4986 ("drm/amd/display: Clean FPGA code in dc")
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c

index a0625209c86d61fd27aad5b4b3d20920fa99c972..26ddf73fd5b11bd3a505c293b6c9459186ab5f75 100644 (file)
@@ -886,13 +886,6 @@ static const struct resource_create_funcs res_create_funcs = {
        .create_hwseq = dcn10_hwseq_create,
 };
 
-static const struct resource_create_funcs res_create_maximus_funcs = {
-       .read_dce_straps = NULL,
-       .create_audio = NULL,
-       .create_stream_encoder = NULL,
-       .create_hwseq = dcn10_hwseq_create,
-};
-
 static void dcn10_clock_source_destroy(struct clock_source **clk_src)
 {
        kfree(TO_DCE110_CLK_SRC(*clk_src));