diff options
author | 2020-12-12 01:02:36 +0530 | |
---|---|---|
committer | 2020-12-15 11:35:03 -0500 | |
commit | 8ccbfdf0b9c334196cc45260c14081855d729bc8 (patch) | |
tree | 5a4e0d33b7229b75998b7f40ec8615648d0f5c47 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | drm/amd/display: 3.2.116 (diff) | |
download | wireguard-linux-8ccbfdf0b9c334196cc45260c14081855d729bc8.tar.xz wireguard-linux-8ccbfdf0b9c334196cc45260c14081855d729bc8.zip |
drm/amd/display: Fixed kernel test robot warning
Kernel test robot throws below warning ->
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5349:5:
warning: no previous prototype for 'amdgpu_dm_crtc_atomic_set_property'
[-Wmissing-prototypes]
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5349:5:
warning: no previous prototype for function
'amdgpu_dm_crtc_atomic_set_property' [-Wmissing-prototypes]
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5373:5:
warning: no previous prototype for 'amdgpu_dm_crtc_atomic_get_property'
[-Wmissing-prototypes]
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:5373:5:
warning: no previous prototype for function
'amdgpu_dm_crtc_atomic_get_property' [-Wmissing-prototypes]
As these functions are only used inside amdgpu_dm.c, these can be
made static.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions