summaryrefslogtreecommitdiff
path: root/drivers/dahdi/voicebus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dahdi/voicebus.c')
-rw-r--r--drivers/dahdi/voicebus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/dahdi/voicebus.c b/drivers/dahdi/voicebus.c
index 245d7e0..e16cd65 100644
--- a/drivers/dahdi/voicebus.c
+++ b/drivers/dahdi/voicebus.c
@@ -971,7 +971,7 @@ vb_clear_start_receive_bit(struct voicebus *vb)
VBUNLOCK(vb);
}
-unsigned long
+static unsigned long
vb_wait_for_completion_timeout(struct completion *x, unsigned long timeout)
{
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,11)
@@ -1061,7 +1061,7 @@ voicebus_release(struct voicebus *vb)
kfree(vb);
}
-void
+static void
__vb_increase_latency(struct voicebus *vb)
{
static int __warn_once = 1;