diff options
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r-- | include/linux/irq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h index 788d5a35a580..704136138dc7 100644 --- a/include/linux/irq.h +++ b/include/linux/irq.h | |||
@@ -399,6 +399,7 @@ extern void set_irq_noprobe(unsigned int irq); | |||
399 | extern void set_irq_probe(unsigned int irq); | 399 | extern void set_irq_probe(unsigned int irq); |
400 | 400 | ||
401 | /* Handle dynamic irq creation and destruction */ | 401 | /* Handle dynamic irq creation and destruction */ |
402 | extern unsigned int create_irq_nr(unsigned int irq_want); | ||
402 | extern int create_irq(void); | 403 | extern int create_irq(void); |
403 | extern void destroy_irq(unsigned int irq); | 404 | extern void destroy_irq(unsigned int irq); |
404 | 405 | ||