OSDN Git Service

drm/amdkfd: Make kfd_fill_cache_non_crat_info() as static
authorMa Jun <Jun.Ma2@amd.com>
Sun, 6 Nov 2022 03:43:06 +0000 (11:43 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 9 Nov 2022 22:41:42 +0000 (17:41 -0500)
commit43fca649e668f9f8f75a9d905de8c61bcf1d0986
treec3f0262dc421845d97a795d860ba11d873be00ee
parent60cfad329ab877cb62975ea78ed442c2496990ba
drm/amdkfd: Make kfd_fill_cache_non_crat_info() as static

kfd_fill_cache_non_crat_info() is only used in kfd_topology.c,
so make it as static.

Signed-off-by: Ma Jun <Jun.Ma2@amd.com>
Reviewed-by: Guchun Chen <guchun.chen@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_topology.c