Commit ee780965 authored by Shaokun Zhang's avatar Shaokun Zhang Committed by Alex Deucher
Browse files

drm/amd/display: Remove the repeated declaration



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: default avatarShaokun Zhang <zhangshaokun@hisilicon.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 02b865f8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);