]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: mark local function as static
authorNirmoy Das <nirmoy.das@amd.com>
Tue, 16 Feb 2021 14:33:42 +0000 (15:33 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 18 Feb 2021 21:43:11 +0000 (16:43 -0500)
commita92a8fdcb9340fb3b45f83d435e15c2625fa8c07
treed6dfb7b6860ef5807132357dcbb14e2153998b20
parent4c6fd207fa568ae7105ee69d4e1249f68787c10c
drm/amdgpu: mark local function as static

Mark amdgpu_ras_debugfs_create_ctrl_node() as static.

Fixes: eb14235668777b ("drm/amdgpu: do not keep debugfs dentry")
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c