]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb4c24c03790fa1ba089c641775a92267d97976dc
tree50ee73f44c60e8ef122630a7a78824c4b7a15266
parent8b179c1db2b7d1dfc2d9ea0266274459c148ad7e
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: bbe61307f96c "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