mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
xen/evtchn: add missing static
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
This commit is contained in:
parent
376d908f52
commit
70697d540c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue