diff options
Diffstat (limited to 'include/linux/kernel_stat.h')
-rw-r--r-- | include/linux/kernel_stat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index b9376cd5a187..25a822f6f000 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h | |||
@@ -68,6 +68,7 @@ static inline unsigned int kstat_softirqs_cpu(unsigned int irq, int cpu) | |||
68 | * Number of interrupts per specific IRQ source, since bootup | 68 | * Number of interrupts per specific IRQ source, since bootup |
69 | */ | 69 | */ |
70 | extern unsigned int kstat_irqs(unsigned int irq); | 70 | extern unsigned int kstat_irqs(unsigned int irq); |
71 | extern unsigned int kstat_irqs_usr(unsigned int irq); | ||
71 | 72 | ||
72 | /* | 73 | /* |
73 | * Number of interrupts per cpu, since bootup | 74 | * Number of interrupts per cpu, since bootup |