Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b157909 authored by Lucas Wei's avatar Lucas Wei Committed by Alistair Delva
Browse files

ANDROID: GKI: genirq: export `kstat_irqs_usr` for watchdog



Export `kstat_irqs_usr` for vendor irq tracking statistics.

Bug: 172988823
Bug: 176525217
Signed-off-by: default avatarLucas Wei <lucaswei@google.com>
Change-Id: Ib3bddbbe9d252be79f3222e941e1cde1625b793a
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
parent 42b8c0cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -962,3 +962,4 @@ unsigned int kstat_irqs_usr(unsigned int irq)
	rcu_read_unlock();
	return sum;
}
EXPORT_SYMBOL_GPL(kstat_irqs_usr);