]> git.dujemihanovic.xyz Git - linux.git/commit
drm/amdgpu: retire unused get_umc_v6_7_channel_index
authorTao Zhou <tao.zhou1@amd.com>
Thu, 19 Jan 2023 03:07:40 +0000 (11:07 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 19 Jan 2023 22:24:26 +0000 (17:24 -0500)
commit071f526a13e138a42e7bba4300e753def1024001
treef913f62608f6dd2f23d4ed8b5d31e4209decbf52
parent2cfb737b4b54447e0d801e17b5d1d524cd2d3987
drm/amdgpu: retire unused get_umc_v6_7_channel_index

Fix the following compile warning:

drivers/gpu/drm/amd/amdgpu/umc_v6_7.c:53:24: warning: unused function 'get_umc_v6_7_channel_index' [-Wunused-function]
static inline uint32_t get_umc_v6_7_channel_index(struct amdgpu_device *adev,
                          ^
1 warning generated.

Signed-off-by: Tao Zhou <tao.zhou1@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/umc_v6_7.c