]> git.baikalelectronics.ru Git - kernel.git/commitdiff
drm/amd/display: Remove the repeated declaration
authorShaokun Zhang <zhangshaokun@hisilicon.com>
Tue, 25 May 2021 10:51:12 +0000 (18:51 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 26 May 2021 03:47:18 +0000 (23:47 -0400)
Function 'dc_power_down_on_boot' is declared twice, remove the
repeated declaration.

Cc: Harry Wentland <harry.wentland@amd.com>
Cc: Leo Li <sunpeng.li@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc.h

index 7da5e7a2e88d0d5b7fe86ddd92d71df65f151aa7..6e9a74bef500f6560e8e4d60479d69f05765d3ca 100644 (file)
@@ -1069,8 +1069,6 @@ bool dc_resource_is_dsc_encoding_supported(const struct dc *dc);
  */
 bool dc_commit_state(struct dc *dc, struct dc_state *context);
 
-void dc_power_down_on_boot(struct dc *dc);
-
 struct dc_state *dc_create_state(struct dc *dc);
 struct dc_state *dc_copy_state(struct dc_state *src_ctx);
 void dc_retain_state(struct dc_state *context);