Commit 2cf5a5e6 authored by Alex Deucher's avatar Alex Deucher Committed by Alex Deucher

drm/amd/display/dc: make dce120_link_encoder_create static

Only used in dce120_resource.c.
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 5394eb82
......@@ -535,7 +535,7 @@ static const struct encoder_feature_support link_enc_feature = {
.flags.bits.IS_YCBCR_CAPABLE = true
};
struct link_encoder *dce120_link_encoder_create(
static struct link_encoder *dce120_link_encoder_create(
const struct encoder_init_data *enc_init_data)
{
struct dce110_link_encoder *enc110 =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment