Commit 70697d54 authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge

xen/evtchn: add missing static

Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
parent 376d908f
...@@ -99,7 +99,7 @@ static inline void set_port_enabled(unsigned port, bool enabled) ...@@ -99,7 +99,7 @@ static inline void set_port_enabled(unsigned port, bool enabled)
port_user[port] &= ~1; 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; unsigned int port = (unsigned long)data;
struct per_user_data *u; struct per_user_data *u;
......
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