diff options
author | 2023-02-09 05:40:49 -0800 | |
---|---|---|
committer | 2023-02-09 10:04:14 -0500 | |
commit | 34a24462561ff5b48467243829afd9b2b407528e (patch) | |
tree | 3270ca4700baa9c5d59b519da88803c71e6e2eef /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
parent | drm/amd/display: minor cleanup of vm_setup (diff) | |
download | wireguard-linux-34a24462561ff5b48467243829afd9b2b407528e.tar.xz wireguard-linux-34a24462561ff5b48467243829afd9b2b407528e.zip |
drm/amd/display: set should_disable_otg storage-class-specifier to static
smatch reports
drivers/gpu/drm/amd/amdgpu/../display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c:90:6:
warning: symbol 'should_disable_otg' was not declared. Should it be static?
should_disable_otg() is only used in dcn315_clk_mgr.c, so it should be static
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
0 files changed, 0 insertions, 0 deletions