Re: [PATCH] drm/amd/display: Remove the repeated declaration

2021-05-25 Thread Alex Deucher
On Tue, May 25, 2021 at 6:51 AM Shaokun Zhang wrote: > > Function 'dc_power_down_on_boot' is declared twice, remove the > repeated declaration. > > Cc: Harry Wentland > Cc: Leo Li > Cc: Alex Deucher > Signed-off-by: Shaokun Zhang Applied. Thanks! Alex > --- > drivers/gpu/drm/amd/display/d

[PATCH] drm/amd/display: Remove the repeated declaration

2021-05-25 Thread Shaokun Zhang
Function 'dc_power_down_on_boot' is declared twice, remove the repeated declaration. Cc: Harry Wentland Cc: Leo Li Cc: Alex Deucher Signed-off-by: Shaokun Zhang --- drivers/gpu/drm/amd/display/dc/dc.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/