diff options
author | 2021-09-06 17:42:27 +0800 | |
---|---|---|
committer | 2021-09-07 13:30:50 -0400 | |
commit | bbb36348004595799a5c6df0d9e4e6f65772c2ab (patch) | |
tree | 112f14ef6cc3102dc5bed1b709abf92ecefbf2e6 /drivers/gpu/drm/amd/pm/amdgpu_pm.c | |
parent | drm/amd/display: Fix warning comparing pointer to 0 (diff) | |
download | linux-dev-bbb36348004595799a5c6df0d9e4e6f65772c2ab.tar.xz linux-dev-bbb36348004595799a5c6df0d9e4e6f65772c2ab.zip |
drm/amd/display: make configure_lttpr_mode_transparent and configure_lttpr_mode_non_transparent static
This symbols is not used outside of dc_link_dp.c, so marks it static.
Fix the following sparse warning:
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:1766:16:
warning: symbol 'configure_lttpr_mode_non_transparent' was not declared.
Should it be static?
drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc_link_dp.c:1755:16:
warning: symbol 'configure_lttpr_mode_transparent' was not declared.
Should it be static?
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: chongjiapeng <jiapeng.chong@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/pm/amdgpu_pm.c')
0 files changed, 0 insertions, 0 deletions