]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: make virtual_disable_link_output static
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 10 Oct 2022 14:37:43 +0000 (10:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Oct 2022 15:32:59 +0000 (11:32 -0400)
commit89a8ec4e5651472ff92fc74f4777f7eb95da62ae
tree1c4d6a73a961dc3ddab69b43d2ecebae605c2e8a
parentdc3c42e93aaaefd98907f82c6d8c6a35945d4099
drm/amd/display: make virtual_disable_link_output static

It's not used outside of virtual_link_hwss.c.  Fixes
a -Wmissing-prototypes warning.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/virtual/virtual_link_hwss.c