[PATCH 1/7] lib: sbi_pmu: Remove "event_idx" member from struct sbi_pmu_fw_event
Anup Patel
apatel at ventanamicro.com
Wed Aug 24 21:51:38 PDT 2022
The "event_idx" member of struct sbi_pmu_fw_event is not used
anywhere so let us remove it.
Signed-off-by: Anup Patel <apatel at ventanamicro.com>
Reviewed-by: Andrew Jones <ajones at ventanamicro.com>
---
lib/sbi/sbi_pmu.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/sbi/sbi_pmu.c b/lib/sbi/sbi_pmu.c
index 5a294a2..535e5cc 100644
--- a/lib/sbi/sbi_pmu.c
+++ b/lib/sbi/sbi_pmu.c
@@ -35,9 +35,6 @@ struct sbi_pmu_hw_event {
/** Representation of a firmware event */
struct sbi_pmu_fw_event {
- /* Event associated with the particular counter */
- uint32_t event_idx;
-
/* Current value of the counter */
unsigned long curr_count;
--
2.34.1
More information about the opensbi
mailing list