diff options
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 9127f6b51a39..468e3a25a4a1 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -462,6 +462,12 @@ static inline void init_irq_proc(void) | |||
462 | } | 462 | } |
463 | #endif | 463 | #endif |
464 | 464 | ||
465 | #if defined(CONFIG_GENERIC_HARDIRQS) && defined(CONFIG_DEBUG_SHIRQ) | ||
466 | extern void debug_poll_all_shared_irqs(void); | ||
467 | #else | ||
468 | static inline void debug_poll_all_shared_irqs(void) { } | ||
469 | #endif | ||
470 | |||
465 | int show_interrupts(struct seq_file *p, void *v); | 471 | int show_interrupts(struct seq_file *p, void *v); |
466 | 472 | ||
467 | struct irq_desc; | 473 | struct irq_desc; |