drm/amd/display: dc/clk_mgr: make function static
authorMauro Rossi <issor.oruam@gmail.com>
Thu, 17 Sep 2020 07:33:31 +0000 (09:33 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 18 Sep 2020 01:21:40 +0000 (21:21 -0400)
commit8c4e4fd607b17973e54a7e9cc4c275b12ab7308e
tree50ee73f44c60e8ef122630a7a78824c4b7a15266
parent61278d14bb483308c6065ff3da0f71383ea97403
drm/amd/display: dc/clk_mgr: make function static

[Why]
linux-next kernel test robot reported the following problem:
warning: no previous prototype for 'dce60_get_dp_ref_freq_khz' [-Wmissing-prototypes]

[How]
mark dce60_get_dp_ref_freq_khz() as static

Fixes: 3ecb3b794e2c "drm/amd/display: dc/clk_mgr: add support for SI parts (v2)"
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/dce60_clk_mgr.c