diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2020-12-10 22:25:43 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2020-12-15 18:19:31 +0300 |
commit | 26c19d0a8610fb233b31730fe26a31145f2d9796 (patch) | |
tree | 1828664c5ecdbf4e925031f2661833a33c4175d2 /include/linux/kernel_stat.h | |
parent | bb0e5192f59875031a0ad060bef2ea0f6c657474 (diff) | |
download | linux-26c19d0a8610fb233b31730fe26a31145f2d9796.tar.xz |
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
Diffstat (limited to 'include/linux/kernel_stat.h')
-rw-r--r-- | include/linux/kernel_stat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index 89f0745c096d..44ae1a7eb9e3 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h @@ -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); /* |