Commit f1668501 authored by Anton Ivanov's avatar Anton Ivanov Committed by Richard Weinberger

um: Add missing EXPORT for free_irq_by_fd()

Fixes:
ERROR: "free_irq_by_fd" [arch/um/drivers/random.ko] undefined!
Signed-off-by: default avatarAnton Ivanov <anton.ivanov@cambridgegreys.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 49da7e64
......@@ -328,6 +328,7 @@ void free_irq_by_fd(int fd)
garbage_collect_irq_entries();
spin_unlock_irqrestore(&irq_lock, flags);
}
EXPORT_SYMBOL(free_irq_by_fd);
static void free_irq_by_irq_and_dev(unsigned int irq, void *dev)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment