|
@@ -645,7 +645,7 @@ static void goldfish_interrupt_task(unsigned long unused)
|
|
wake_up_interruptible(&pipe->wake_queue);
|
|
wake_up_interruptible(&pipe->wake_queue);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-DECLARE_TASKLET(goldfish_interrupt_tasklet, goldfish_interrupt_task, 0);
|
|
|
|
|
|
+static DECLARE_TASKLET(goldfish_interrupt_tasklet, goldfish_interrupt_task, 0);
|
|
|
|
|
|
/*
|
|
/*
|
|
* The general idea of the interrupt handling:
|
|
* The general idea of the interrupt handling:
|