forked from Mirrors/opensbi
		
	lib: sbi_pmu: Remove "event_idx" member from struct sbi_pmu_fw_event
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@ventanamicro.com> Reviewed-by: Andrew Jones <ajones@ventanamicro.com> Reviewed-by: Atish Patra <atishp@rivosinc.com>
This commit is contained in:
		@@ -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;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user