diff options
Diffstat (limited to 'drivers/isdn/mISDN/dsp_cmx.c')
-rw-r--r-- | drivers/isdn/mISDN/dsp_cmx.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/drivers/isdn/mISDN/dsp_cmx.c b/drivers/isdn/mISDN/dsp_cmx.c index c2f51cc50760..c884511e2d49 100644 --- a/drivers/isdn/mISDN/dsp_cmx.c +++ b/drivers/isdn/mISDN/dsp_cmx.c | |||
@@ -1540,11 +1540,13 @@ send_packet: | |||
1540 | schedule_work(&dsp->workq); | 1540 | schedule_work(&dsp->workq); |
1541 | } | 1541 | } |
1542 | 1542 | ||
1543 | u32 samplecount; | 1543 | static u32 samplecount; |
1544 | struct timer_list dsp_spl_tl; | 1544 | struct timer_list dsp_spl_tl; |
1545 | u32 dsp_spl_jiffies; /* calculate the next time to fire */ | 1545 | u32 dsp_spl_jiffies; /* calculate the next time to fire */ |
1546 | u32 dsp_start_jiffies; /* jiffies at the time, the calculation begins */ | 1546 | #ifdef UNUSED |
1547 | struct timeval dsp_start_tv; /* time at start of calculation */ | 1547 | static u32 dsp_start_jiffies; /* jiffies at the time, the calculation begins */ |
1548 | #endif /* UNUSED */ | ||
1549 | static struct timeval dsp_start_tv; /* time at start of calculation */ | ||
1548 | 1550 | ||
1549 | void | 1551 | void |
1550 | dsp_cmx_send(void *arg) | 1552 | dsp_cmx_send(void *arg) |