diff options
author | 2022-04-18 15:48:30 -0400 | |
---|---|---|
committer | 2022-04-19 13:58:32 -0400 | |
commit | 3eccf76c2defa01a48f444d914b8ccd94ab661d5 (patch) | |
tree | 823f1645e8eb24858bda911da99c434f3bbde908 /drivers/pci/controller/dwc | |
parent | drm/amd/pm: fix double free in si_parse_power_table() (diff) | |
download | wireguard-linux-3eccf76c2defa01a48f444d914b8ccd94ab661d5.tar.xz wireguard-linux-3eccf76c2defa01a48f444d914b8ccd94ab661d5.zip |
drm/amd/display: add virtual_setup_stream_attribute decl to header
Smatch reports this issue
virtual_link_hwss.c:32:6: warning: symbol
'virtual_setup_stream_attribute' was not declared.
Should it be static?
virtual_setup_stream_attribute is only used in
virtual_link_hwss.c, but the other functions in the
file are declared in the header file and used elsewhere.
For consistency, add the virtual_setup_stream_attribute
decl to virtual_link_hwss.h.
Signed-off-by: Tom Rix <trix@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/pci/controller/dwc')
0 files changed, 0 insertions, 0 deletions