xen/evtchn: add missing static
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
Родитель
376d908f52
Коммит
70697d540c
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче