Skip to content

Commit cc84767

Browse files
cuiyunhuiwilldeacon
authored andcommitted
drivers perf: remove unused field pmu_node
The driver does not use the pmu_node field, so remove it. Signed-off-by: Yunhui Cui <[email protected]> Reviewed-by: Shuai Xue <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Will Deacon <[email protected]>
1 parent 8e929cb commit cc84767

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)