]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' member
authorSandipan Das <sandipan.das@amd.com>
Fri, 18 Apr 2025 03:42:59 +0000 (09:12 +0530)
committerIngo Molnar <mingo@kernel.org>
Fri, 18 Apr 2025 08:35:33 +0000 (10:35 +0200)
Fixes: d6389d3ccc13 ("perf/x86/amd/uncore: Refactor uncore management")
Signed-off-by: Sandipan Das <sandipan.das@amd.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/30f9254c2de6c4318dd0809ef85a1677f68eef10.1744906694.git.sandipan.das@amd.com
arch/x86/events/amd/uncore.c

index 49c26ce2b115229be977c0d9e7488921db2fca75..010024f09f2c49853d0c71461d99853ac78e60fc 100644 (file)
@@ -38,7 +38,6 @@ struct amd_uncore_ctx {
        int refcnt;
        int cpu;
        struct perf_event **events;
-       struct hlist_node node;
 };
 
 struct amd_uncore_pmu {