xen/evtchn: add missing static
[pandora-kernel.git] / drivers / xen / evtchn.c
index 68119f6..f3594ec 100644 (file)
@@ -99,7 +99,7 @@ static inline void set_port_enabled(unsigned port, bool enabled)
                port_user[port] &= ~1;
 }
 
-irqreturn_t evtchn_interrupt(int irq, void *data)
+static irqreturn_t evtchn_interrupt(int irq, void *data)
 {
        unsigned int port = (unsigned long)data;
        struct per_user_data *u;