Commit d786b62a authored by Anton Blanchard's avatar Anton Blanchard Committed by Linus Torvalds

[PATCH] ppc64: export probe_irq_mask

yenta_socket wants probe_irq_mask, so export it.
Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bcd1340b
......@@ -677,6 +677,8 @@ unsigned int probe_irq_mask(unsigned long irqs)
return 0;
}
EXPORT_SYMBOL(probe_irq_mask);
void __init init_IRQ(void)
{
static int once = 0;
......
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