xen: use the hvc console infrastructure for Xen console
[pandora-kernel.git] / arch / i386 / xen / events.c
index 4103b8b..8904acc 100644 (file)
@@ -244,7 +244,7 @@ static int find_unbound_irq(void)
        return irq;
 }
 
-static int bind_evtchn_to_irq(unsigned int evtchn)
+int bind_evtchn_to_irq(unsigned int evtchn)
 {
        int irq;
 
@@ -269,6 +269,7 @@ static int bind_evtchn_to_irq(unsigned int evtchn)
 
        return irq;
 }
+EXPORT_SYMBOL_GPL(bind_evtchn_to_irq);
 
 static int bind_ipi_to_irq(unsigned int ipi, unsigned int cpu)
 {