aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
diff options
context:
space:
mode:
authorRamesh Errabolu <Ramesh.Errabolu@amd.com>2022-06-06 06:04:37 -0500
committerAlex Deucher <alexander.deucher@amd.com>2022-06-10 15:24:26 -0400
commit4c59b571fce6cedefc1c8e5158f7548f05c05ed6 (patch)
treeb94488dfac13553ef5776d9b6b77f2ac4ebd5395 /drivers/gpu/drm/amd/amdkfd/kfd_topology.h
parentdrm/amdgpu/display: Fix compilation issues (diff)
downloadlinux-dev-4c59b571fce6cedefc1c8e5158f7548f05c05ed6.tar.xz
linux-dev-4c59b571fce6cedefc1c8e5158f7548f05c05ed6.zip
drm/amdkfd: Remove field io_link_count from struct kfd_topology_device
The field is redundant and does not serve any functional role Signed-off-by: Ramesh Errabolu <Ramesh.Errabolu@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdkfd/kfd_topology.h')
-rw-r--r--drivers/gpu/drm/amd/amdkfd/kfd_topology.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdkfd/kfd_topology.h b/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
index 2fb5664e1041..9f6c949186c1 100644
--- a/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
+++ b/drivers/gpu/drm/amd/amdkfd/kfd_topology.h
@@ -130,7 +130,6 @@ struct kfd_topology_device {
struct list_head mem_props;
uint32_t cache_count;
struct list_head cache_props;
- uint32_t io_link_count;
struct list_head io_link_props;
struct list_head p2p_link_props;
struct list_head perf_props;