diff options
| author | 2020-12-10 20:25:43 +0100 | |
|---|---|---|
| committer | 2020-12-15 16:19:31 +0100 | |
| commit | 26c19d0a8610fb233b31730fe26a31145f2d9796 (patch) | |
| tree | 1828664c5ecdbf4e925031f2661833a33c4175d2 /include/linux/kernel_stat.h | |
| parent | parisc/irq: Simplify irq count output for /proc/interrupts (diff) | |
| download | linux-dev-26c19d0a8610fb233b31730fe26a31145f2d9796.tar.xz linux-dev-26c19d0a8610fb233b31730fe26a31145f2d9796.zip | |
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); /* |
