On Wed, Apr 14, 2021 at 02:44:06PM +0100, Marc Zyngier wrote: > perf_pmu_name() and perf_num_counters() are now unused. Drop them. > > Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> > --- > drivers/perf/arm_pmu.c | 30 ------------------------------ > 1 file changed, 30 deletions(-) Nice! This was some of the first code I ever wrote in the kernel but I can't say I miss it: Acked-by: Will Deacon <will@xxxxxxxxxx> Will