提交 70697d54 编写于 作者: J Jeremy Fitzhardinge

xen/evtchn: add missing static

Signed-off-by: NJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册