drm/amdgpu: add missing parameter name in dce110_clk_src_construct() declaration
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Tue, 8 Apr 2025 02:10:56 +0000 (22:10 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:54:22 +0000 (10:54 -0400)
commit66f6ea421a8031e099920adfa2c57db54bd9af2b
treebd83b00c7796a2f6e1b05ffbac8da8f21e353bfe
parent34c86a0f4487915cf532affe6fedc7ed100378e6
drm/amdgpu: add missing parameter name in dce110_clk_src_construct() declaration

While not needed per speaking, all the other parameters have names but
this one.

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_clock_source.h