diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/xen/evtchn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c index 68119f6324d4..f3594ec2ee33 100644 --- a/drivers/xen/evtchn.c +++ b/drivers/xen/evtchn.c | |||
@@ -99,7 +99,7 @@ static inline void set_port_enabled(unsigned port, bool enabled) | |||
99 | port_user[port] &= ~1; | 99 | port_user[port] &= ~1; |
100 | } | 100 | } |
101 | 101 | ||
102 | irqreturn_t evtchn_interrupt(int irq, void *data) | 102 | static irqreturn_t evtchn_interrupt(int irq, void *data) |
103 | { | 103 | { |
104 | unsigned int port = (unsigned long)data; | 104 | unsigned int port = (unsigned long)data; |
105 | struct per_user_data *u; | 105 | struct per_user_data *u; |