提交 24a0d853 编写于 作者: D Dave Airlie 提交者: Alex Deucher

amdgpu/dc: add static to construct function

There was a global construct symbol in the module symbols, kill it.
Signed-off-by: NDave Airlie <airlied@redhat.com>
Reviewed-by: NHarry Wentland <harry.wentland@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 0a26a45d
......@@ -406,7 +406,7 @@ static const struct irq_service_funcs irq_service_funcs_dce110 = {
.to_dal_irq_source = to_dal_irq_source_dce110
};
bool construct(
static bool construct(
struct irq_service *irq_service,
struct irq_service_init_data *init_data)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册