diff options
| author | Sandipan Das <sandipan.das@amd.com> | 2025-04-18 06:42:59 +0300 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-04-18 11:35:33 +0300 |
| commit | 4f81cc2d1bf91a49d33eb6578b58db2518deef01 (patch) | |
| tree | c4d06054084888b12065042314a1678cf6f80cf4 | |
| parent | fe8e5a3215ccd8e54ce0a9df1b89d4ab42ad8fec (diff) | |
| download | linux-4f81cc2d1bf91a49d33eb6578b58db2518deef01.tar.xz | |
perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' member
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
| -rw-r--r-- | arch/x86/events/amd/uncore.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 { |
