[PATCH v2 1/5] perf/x86/amd/uncore: Remove unused member from amd_uncore_ctx

Sandipan Das posted 5 patches 8 months ago
[PATCH v2 1/5] perf/x86/amd/uncore: Remove unused member from amd_uncore_ctx
Posted by Sandipan Das 8 months ago
Remove unused member "node" from struct amd_uncore_ctx.

Fixes: d6389d3ccc13 ("perf/x86/amd/uncore: Refactor uncore management")
Signed-off-by: Sandipan Das <sandipan.das@amd.com>
---
 arch/x86/events/amd/uncore.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/x86/events/amd/uncore.c b/arch/x86/events/amd/uncore.c
index 49c26ce2b115..010024f09f2c 100644
--- a/arch/x86/events/amd/uncore.c
+++ b/arch/x86/events/amd/uncore.c
@@ -38,7 +38,6 @@ struct amd_uncore_ctx {
 	int refcnt;
 	int cpu;
 	struct perf_event **events;
-	struct hlist_node node;
 };
 
 struct amd_uncore_pmu {
-- 
2.43.0