Skip to content

Commit 1880719

Browse files
sandip4ngregkh
authored andcommitted
perf/x86/amd/uncore: Remove unused 'struct amd_uncore_ctx::node' member
[ Upstream commit 4f81cc2 ] Fixes: d6389d3 ("perf/x86/amd/uncore: Refactor uncore management") Signed-off-by: Sandipan Das <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Acked-by: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/r/30f9254c2de6c4318dd0809ef85a1677f68eef10.1744906694.git.sandipan.das@amd.com Signed-off-by: Sasha Levin <[email protected]>
1 parent 6230741 commit 1880719

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/events/amd/uncore.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ struct amd_uncore_ctx {
3838
int refcnt;
3939
int cpu;
4040
struct perf_event **events;
41-
struct hlist_node node;
4241
};
4342

4443
struct amd_uncore_pmu {

0 commit comments

Comments
 (0)