diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 7549ed59d3d4..ac9634286f42 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -525,10 +525,6 @@ static inline void irq_set_percpu_devid_flags(unsigned int irq) | |||
525 | IRQ_NOPROBE | IRQ_PER_CPU_DEVID); | 525 | IRQ_NOPROBE | IRQ_PER_CPU_DEVID); |
526 | } | 526 | } |
527 | 527 | ||
528 | /* Handle dynamic irq creation and destruction */ | ||
529 | extern int create_irq(void); | ||
530 | extern void destroy_irq(unsigned int irq); | ||
531 | |||
532 | /* | 528 | /* |
533 | * Dynamic irq helper functions. Obsolete. Use irq_alloc_desc* and | 529 | * Dynamic irq helper functions. Obsolete. Use irq_alloc_desc* and |
534 | * irq_free_desc instead. | 530 | * irq_free_desc instead. |