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

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

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