Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: set gfx_v9_0_ip_funcs as static

We won't use this member in other files, so set it static.

Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Huang Rui and committed by
Alex Deucher
fa04b6ba 07f65bb2

+1 -2
+1 -1
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
··· 4096 4096 return 0; 4097 4097 } 4098 4098 4099 - const struct amd_ip_funcs gfx_v9_0_ip_funcs = { 4099 + static const struct amd_ip_funcs gfx_v9_0_ip_funcs = { 4100 4100 .name = "gfx_v9_0", 4101 4101 .early_init = gfx_v9_0_early_init, 4102 4102 .late_init = gfx_v9_0_late_init,
-1
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.h
··· 24 24 #ifndef __GFX_V9_0_H__ 25 25 #define __GFX_V9_0_H__ 26 26 27 - extern const struct amd_ip_funcs gfx_v9_0_ip_funcs; 28 27 extern const struct amdgpu_ip_block_version gfx_v9_0_ip_block; 29 28 30 29 void gfx_v9_0_select_se_sh(struct amdgpu_device *adev, u32 se_num, u32 sh_num);