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)
commitea1b8c9b837c18e2322d1b91ac3c1af8a4f7a455
treed6dfb7b6860ef5807132357dcbb14e2153998b20
parent97628eb5ac2069a08105699f23b5e07ef1937658
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