projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e929cb
)
drivers perf: remove unused field pmu_node
author
Yunhui Cui
<cuiyunhui@bytedance.com>
Thu, 19 Sep 2024 03:46:01 +0000
(11:46 +0800)
committer
Will Deacon
<will@kernel.org>
Mon, 14 Oct 2024 13:40:13 +0000
(14:40 +0100)
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>
drivers/perf/dwc_pcie_pmu.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/perf/dwc_pcie_pmu.c
b/drivers/perf/dwc_pcie_pmu.c
index 4ca50f9b6dfed855e94e40dfb1101900b02046b3..59526a48499f8a97edf7cda8fe3484f5058b3002 100644
(file)
--- 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;