mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] drivers perf: remove unused field pmu_node
@ 2024-09-19  3:46 Yunhui Cui
  2024-09-20  6:55 ` Shuai Xue
  2024-10-14 16:42 ` Will Deacon
  0 siblings, 2 replies; 3+ messages in thread
From: Yunhui Cui @ 2024-09-19  3:46 UTC (permalink / raw)
  To: punit.agrawal, xueshuai, renyu.zj, will, mark.rutland,
	linux-arm-kernel, linux-kernel
  Cc: Yunhui Cui

The driver does not use the pmu_node field, so remove it.

Signed-off-by: Yunhui Cui <cuiyunhui@bytedance.com>
---
 drivers/perf/dwc_pcie_pmu.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/perf/dwc_pcie_pmu.c b/drivers/perf/dwc_pcie_pmu.c
index 4ca50f9b6dfe..59526a48499f 100644
--- a/drivers/perf/dwc_pcie_pmu.c
+++ b/drivers/perf/dwc_pcie_pmu.c
@@ -82,7 +82,6 @@ struct dwc_pcie_pmu {
 	u16			ras_des_offset;
 	u32			nr_lanes;
 
-	struct list_head	pmu_node;
 	struct hlist_node	cpuhp_node;
 	struct perf_event	*event[DWC_PCIE_EVENT_TYPE_MAX];
 	int			on_cpu;
-- 
2.39.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-14 16:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-19  3:46 [PATCH] drivers perf: remove unused field pmu_node Yunhui Cui
2024-09-20  6:55 ` Shuai Xue
2024-10-14 16:42 ` Will Deacon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®