Skip to content

Commit 7e329ef

Browse files
cuiyunhuiopsiff
authored andcommitted
drivers perf: remove unused field pmu_node
commit cc84767 upstream. The driver does not use the pmu_node field, so remove it. Signed-off-by: Yunhui Cui <cuiyunhui@bytedance.com> Reviewed-by: Shuai Xue <xueshuai@linux.alibaba.com> Link: https://lore.kernel.org/r/20240919034601.2453-1-cuiyunhui@bytedance.com Signed-off-by: Will Deacon <will@kernel.org> [ Backport from v6.13 ] Signed-off-by: Jing Zhang <renyu.zj@linux.alibaba.com> Signed-off-by: WangYuli <wangyuli@uniontech.com>
1 parent 5e16ed1 commit 7e329ef

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/perf/dwc_pcie_pmu.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ struct dwc_pcie_pmu {
8282
u16 ras_des_offset;
8383
u32 nr_lanes;
8484

85-
struct list_head pmu_node;
8685
struct hlist_node cpuhp_node;
8786
struct perf_event *event[DWC_PCIE_EVENT_TYPE_MAX];
8887
int on_cpu;

0 commit comments

Comments
 (0)