Commit 24a0d853 authored by Dave Airlie's avatar Dave Airlie Committed by Alex Deucher

amdgpu/dc: add static to construct function

There was a global construct symbol in the module symbols, kill it.
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
Reviewed-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment