sparc: move EXPORT_SYMBOL to the symbols definition
[deliverable/linux.git] / arch / sparc / kernel / irq_32.c
index 1eff942fe22fddaff34e5a37c2c4392779b21067..44dd5ee64339219257a2457d85afd364f2526f58 100644 (file)
@@ -294,6 +294,7 @@ void synchronize_irq(unsigned int irq)
        while (sparc_irq[cpu_irq].flags & SPARC_IRQ_INPROGRESS)
                cpu_relax();
 }
+EXPORT_SYMBOL(synchronize_irq);
 #endif /* SMP */
 
 void unexpected_irq(int irq, void *dev_id, struct pt_regs * regs)
This page took 0.025081 seconds and 5 git commands to generate.