aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/irq/irqdesc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/irq/irqdesc.c')
-rw-r--r--kernel/irq/irqdesc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c
index 9f65b0225d6a..886e80347b32 100644
--- a/kernel/irq/irqdesc.c
+++ b/kernel/irq/irqdesc.c
@@ -304,6 +304,7 @@ int generic_handle_irq(unsigned int irq)
304 generic_handle_irq_desc(irq, desc); 304 generic_handle_irq_desc(irq, desc);
305 return 0; 305 return 0;
306} 306}
307EXPORT_SYMBOL_GPL(generic_handle_irq);
307 308
308/* Dynamic interrupt handling */ 309/* Dynamic interrupt handling */
309 310
@@ -326,6 +327,7 @@ void irq_free_descs(unsigned int from, unsigned int cnt)
326 bitmap_clear(allocated_irqs, from, cnt); 327 bitmap_clear(allocated_irqs, from, cnt);
327 mutex_unlock(&sparse_irq_lock); 328 mutex_unlock(&sparse_irq_lock);
328} 329}
330EXPORT_SYMBOL_GPL(irq_free_descs);
329 331
330/** 332/**
331 * irq_alloc_descs - allocate and initialize a range of irq descriptors 333 * irq_alloc_descs - allocate and initialize a range of irq descriptors
@@ -366,6 +368,7 @@ err:
366 mutex_unlock(&sparse_irq_lock); 368 mutex_unlock(&sparse_irq_lock);
367 return ret; 369 return ret;
368} 370}
371EXPORT_SYMBOL_GPL(irq_alloc_descs);
369 372
370/** 373/**
371 * irq_reserve_irqs - mark irqs allocated 374 * irq_reserve_irqs - mark irqs allocated