mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
genirq: Make kstat_irqs() static
No more users outside the core code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20201210194043.268774449@linutronix.de
This commit is contained in:
parent
bb0e5192f5
commit
26c19d0a86
2 changed files with 6 additions and 14 deletions
|
@ -67,7 +67,6 @@ static inline unsigned int kstat_softirqs_cpu(unsigned int irq, int cpu)
|
|||
/*
|
||||
* Number of interrupts per specific IRQ source, since bootup
|
||||
*/
|
||||
extern unsigned int kstat_irqs(unsigned int irq);
|
||||
extern unsigned int kstat_irqs_usr(unsigned int irq);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue