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

Commit d895f51e authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Remove export of kstat_irqs_cpu



The statistics accessor is only used by proc/stats and
show_interrupts(). Both are compiled in.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarIngo Molnar <mingo@elte.hu>
parent 40f08a72
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -257,4 +257,3 @@ unsigned int kstat_irqs_cpu(unsigned int irq, int cpu)
	struct irq_desc *desc = irq_to_desc(irq);
	return desc ? desc->kstat_irqs[cpu] : 0;
}
EXPORT_SYMBOL(kstat_irqs_cpu);